Skip to content

Commit

Permalink
Increased initial size of dialog windows to avoid issues with large f…
Browse files Browse the repository at this point in the history
…onts
  • Loading branch information
albar965 committed Mar 30, 2024
1 parent 41dd767 commit 413d34e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/gui/choicedialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>410</width>
<height>314</height>
<width>434</width>
<height>385</height>
</rect>
</property>
<property name="windowTitle">
Expand Down Expand Up @@ -46,8 +46,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>390</width>
<height>227</height>
<width>414</width>
<height>298</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayoutScrollArea">
Expand Down

0 comments on commit 413d34e

Please sign in to comment.