diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-10-08 19:08:55 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-10-08 19:08:55 -0400 |
| commit | 8bc84a1513325f73252f4a07504ee6d2aad4b2f3 (patch) | |
| tree | 48c1a248fbb1fe075494fe22ada865932ac2075a /src/editexecutablesdialog.ui | |
| parent | b4f5c17898317720662fc15a7828b68b2e81d950 (diff) | |
remove whitespace from executable names
add from binary, clone
Diffstat (limited to 'src/editexecutablesdialog.ui')
| -rw-r--r-- | src/editexecutablesdialog.ui | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/editexecutablesdialog.ui b/src/editexecutablesdialog.ui index c2ff7d31..64d5140d 100644 --- a/src/editexecutablesdialog.ui +++ b/src/editexecutablesdialog.ui @@ -106,6 +106,9 @@ <iconset resource="resources.qrc">
<normaloff>:/MO/gui/add</normaloff>:/MO/gui/add</iconset>
</property>
+ <property name="popupMode">
+ <enum>QToolButton::InstantPopup</enum>
+ </property>
</widget>
</item>
<item>
@@ -140,7 +143,7 @@ <string>Move the executable up in the list</string>
</property>
<property name="text">
- <string>Move the executable up in the list</string>
+ <string>Up</string>
</property>
<property name="icon">
<iconset resource="resources.qrc">
@@ -160,7 +163,7 @@ <string>Move the executable down in the list</string>
</property>
<property name="text">
- <string>Move the executable down in the list</string>
+ <string>Down</string>
</property>
<property name="icon">
<iconset resource="resources.qrc">
|
