Skip to content

Commit 928557e

Browse files
committed
GUI: New dialog: make it wider to fit better in wasm build
Signed-off-by: Pavel Pisa <[email protected]>
1 parent 27528ab commit 928557e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/gui/dialogs/new/NewDialog.ui

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<rect>
77
<x>0</x>
88
<y>0</y>
9-
<width>667</width>
9+
<width>745</width>
1010
<height>472</height>
1111
</rect>
1212
</property>
@@ -30,6 +30,12 @@
3030
<layout class="QHBoxLayout" name="horizontalLayout_4">
3131
<item>
3232
<widget class="QTreeWidget" name="page_select_tree">
33+
<property name="minimumSize">
34+
<size>
35+
<width>135</width>
36+
<height>0</height>
37+
</size>
38+
</property>
3339
<column>
3440
<property name="text">
3541
<string notr="true">Config Pages</string>

0 commit comments

Comments
 (0)