Skip to content

Commit

Permalink
Gui: fix size of ComboBox in Preferences/Navigation
Browse files Browse the repository at this point in the history
Fixes visual artifact in the Preferences/Navigation dialog. The
default value for this field is 0 (at least for some Qt versions),
which does not make sense, because the element would be invisible.

Also the element is actually invisible when editing the UI file in
QtCreator.

Using the default "max" value set for other fields.
  • Loading branch information
pinkavaj authored and yorikvanhavre committed Sep 16, 2024
1 parent ab031bc commit 60b8c89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Gui/PreferencePages/DlgSettingsNavigation.ui
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@
<property name="maximumSize">
<size>
<width>240</width>
<height>16777215</height>
</size>
</property>
<property name="toolTip">
Expand Down

0 comments on commit 60b8c89

Please sign in to comment.