Skip to content

Commit

Permalink
#3064 fix: design glitch in dark mode
Browse files Browse the repository at this point in the history
Signed-off-by: Patrizio Bekerle <patrizio@bekerle.com>
  • Loading branch information
pbek committed Aug 1, 2024
1 parent c575f9a commit 723918b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# QOwnNotes Changelog

## 24.8.2
- In the *AI settings* a design glitch was fixed for the *Dark mode*
(for [#3064](https://github.com/pbek/QOwnNotes/issues/3064))

## 24.8.1
- In the *AI settings* in the list of AI backends from scripts now also the API base
URL will be shown (for [#3064](https://github.com/pbek/QOwnNotes/issues/3064))
Expand Down
12 changes: 0 additions & 12 deletions src/dialogs/settingsdialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -6924,12 +6924,6 @@ Just test yourself if you get sync conflicts and set a higher value if so.</stri
<height>100</height>
</size>
</property>
<property name="frameShape">
<enum>QFrame::Shape::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Shadow::Raised</enum>
</property>
<layout class="QVBoxLayout" name="verticalLayout_32">
<item>
<widget class="QLabel" name="openAiScriptingLabel3">
Expand Down Expand Up @@ -7071,12 +7065,6 @@ Just test yourself if you get sync conflicts and set a higher value if so.</stri
</item>
<item row="10" column="0">
<widget class="QFrame" name="frame_7">
<property name="frameShape">
<enum>QFrame::Shape::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Shadow::Raised</enum>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_15">
<item>
<widget class="QPushButton" name="searchScriptRepositoryButton">
Expand Down

0 comments on commit 723918b

Please sign in to comment.