Skip to content

Commit

Permalink
#401: remove hard size from Patch Thicken dialog
Browse files Browse the repository at this point in the history
The inclusion of an explicit size for the main panel causes the dialog
to be displayed (on GTK/Linux) with an initial size that is too small
for all of the widgets to show.
  • Loading branch information
Matthew Mott committed Aug 9, 2022
1 parent 52d8545 commit 250f09e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion install/ui/patchthickendialog.xrc
Expand Up @@ -2,7 +2,6 @@
<resource xmlns="http://www.wxwindows.org/wxxrc" version="2.3.0.1">
<object class="wxPanel" name="ThickenDialogMainPanel">
<style>wxTAB_TRAVERSAL</style>
<size>300,185</size>
<object class="wxBoxSizer">
<orient>wxVERTICAL</orient>
<object class="sizeritem">
Expand Down

0 comments on commit 250f09e

Please sign in to comment.