aboutsummaryrefslogtreecommitdiff
path: root/mainwindow.ui
diff options
context:
space:
mode:
authortassaron2017-05-28 19:50:29 -0400
committertassaron2017-05-28 19:50:29 -0400
commitce414ff96081d1c32fe04503b855fd04a32e82bb (patch)
treeb82be39c94ce76e10f849546ccdbfc85db522678 /mainwindow.ui
parent39944a56a860836c62b5358174be9e65bd66dc66 (diff)
turned openPreset button into comboBox to fit a new design
Diffstat (limited to 'mainwindow.ui')
-rw-r--r--mainwindow.ui10
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>