diff options
| author | Helidoc65 <helidoc1@cox.net> | 2017-11-07 10:42:43 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-11-07 10:42:43 -0700 |
| commit | 836e550dd0bc2b20d99f222865cfe1a0cb069187 (patch) | |
| tree | 58a0bfc595ae04f7fa687d5919ff1d7003b92c45 /src | |
| parent | 9a3cf3bc1c88a8de87874e0a44ca6008ca5076a7 (diff) | |
Add files via upload
Fixed to get rid of WindowsWindow::setGeometry: Unable to set geometry bug.
Diffstat (limited to 'src')
| -rw-r--r-- | src/editexecutablesdialog.ui | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/editexecutablesdialog.ui b/src/editexecutablesdialog.ui index b3543c95..bdbb8bd1 100644 --- a/src/editexecutablesdialog.ui +++ b/src/editexecutablesdialog.ui @@ -10,6 +10,12 @@ <height>460</height>
</rect>
</property>
+ <property name="minimumSize">
+ <size>
+ <width>200</width>
+ <height>200</height>
+ </size>
+ </property>
<property name="windowTitle">
<string>Modify Executables</string>
</property>
|
