aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/desktop-utils
diff options
context:
space:
mode:
authorq5sys <jt@xsystems.com>2017-11-24 15:14:26 -0500
committerq5sys <jt@xsystems.com>2017-11-24 15:14:26 -0500
commitb0a97b73a56cc36e1e910e722b912b3bbe744afe (patch)
tree35d9c64cdc0a8d38e73d90393772d069720848db /src-qt5/desktop-utils
parentadd file menu shortcuts into lumina-pdf (diff)
downloadlumina-b0a97b73a56cc36e1e910e722b912b3bbe744afe.tar.gz
lumina-b0a97b73a56cc36e1e910e722b912b3bbe744afe.tar.bz2
lumina-b0a97b73a56cc36e1e910e722b912b3bbe744afe.zip
add file menu shortcuts into lumina-xdg
Diffstat (limited to 'src-qt5/desktop-utils')
-rw-r--r--src-qt5/desktop-utils/lumina-xdg-entry/mainwindow.ui4
1 files changed, 2 insertions, 2 deletions
diff --git a/src-qt5/desktop-utils/lumina-xdg-entry/mainwindow.ui b/src-qt5/desktop-utils/lumina-xdg-entry/mainwindow.ui
index 928ce30a..cbcd2f5b 100644
--- a/src-qt5/desktop-utils/lumina-xdg-entry/mainwindow.ui
+++ b/src-qt5/desktop-utils/lumina-xdg-entry/mainwindow.ui
@@ -315,12 +315,12 @@
<x>0</x>
<y>0</y>
<width>564</width>
- <height>27</height>
+ <height>28</height>
</rect>
</property>
<widget class="QMenu" name="menuMenu">
<property name="title">
- <string>Menu</string>
+ <string>&amp;Menu</string>
</property>
<addaction name="actionSave"/>
<addaction name="actionClose"/>
bgstack15