Skip to content

Commit

Permalink
#2841 update: increase maxVisibleItems in schema selector
Browse files Browse the repository at this point in the history
  • Loading branch information
pbek committed Sep 15, 2023
1 parent 711e817 commit fcb0936
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,8 @@
## 23.9.4
- the font size in the preview will now change immediately when the font size in
the note text edit is reset (for [#2836](https://github.com/pbek/QOwnNotes/issues/2836))
- amount of items in the schema drop-down in the *Editor fonts & colors* settings
was increased to 15 to make it easier to see the schemes (for [#2841](https://github.com/pbek/QOwnNotes/issues/2841))

## 23.9.3
- in the *Editor fonts & colors* settings the default color schemes are now ordered
Expand Down
6 changes: 5 additions & 1 deletion src/widgets/fontcolorwidget.ui
Expand Up @@ -133,7 +133,11 @@
</widget>
</item>
<item row="0" column="0">
<widget class="QComboBox" name="colorSchemeComboBox"/>
<widget class="QComboBox" name="colorSchemeComboBox">
<property name="maxVisibleItems">
<number>15</number>
</property>
</widget>
</item>
<item row="0" column="4">
<widget class="QPushButton" name="importSchemeButton">
Expand Down

0 comments on commit fcb0936

Please sign in to comment.