diff options
| author | tassaron | 2017-05-28 19:50:29 -0400 |
|---|---|---|
| committer | tassaron | 2017-05-28 19:50:29 -0400 |
| commit | ce414ff96081d1c32fe04503b855fd04a32e82bb (patch) | |
| tree | b82be39c94ce76e10f849546ccdbfc85db522678 /mainwindow.ui | |
| parent | 39944a56a860836c62b5358174be9e65bd66dc66 (diff) | |
turned openPreset button into comboBox to fit a new design
Diffstat (limited to 'mainwindow.ui')
| -rw-r--r-- | mainwindow.ui | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/mainwindow.ui b/mainwindow.ui index b15cc8e..0dcce91 100644 --- a/mainwindow.ui +++ b/mainwindow.ui @@ -217,10 +217,12 @@ <item> <layout class="QHBoxLayout" name="horizontalLayout_15"> <item> - <widget class="QPushButton" name="pushButton_openPreset"> - <property name="text"> - <string>Open Preset</string> - </property> + <widget class="QComboBox" name="comboBox_openPreset"> + <item> + <property name="text"> + <string>Open Preset</string> + </property> + </item> </widget> </item> <item> |
