Skip to content

Commit

Permalink
GUI: New dialog: make it wider to fit better in wasm build
Browse files Browse the repository at this point in the history
Signed-off-by: Pavel Pisa <[email protected]>
  • Loading branch information
ppisa committed Oct 3, 2024
1 parent 27528ab commit 928557e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/gui/dialogs/new/NewDialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>667</width>
<width>745</width>
<height>472</height>
</rect>
</property>
Expand All @@ -30,6 +30,12 @@
<layout class="QHBoxLayout" name="horizontalLayout_4">
<item>
<widget class="QTreeWidget" name="page_select_tree">
<property name="minimumSize">
<size>
<width>135</width>
<height>0</height>
</size>
</property>
<column>
<property name="text">
<string notr="true">Config Pages</string>
Expand Down

0 comments on commit 928557e

Please sign in to comment.