diff options
author | aqua <aqua@iserlohn-fortress.net> | 2022-09-05 16:17:50 +0300 |
---|---|---|
committer | aqua <aqua@iserlohn-fortress.net> | 2022-09-05 23:07:42 +0300 |
commit | 6b0c8f7e769a141f13194cf341e888c9b49f294c (patch) | |
tree | 308895235933e1246759ffb540269a349d0ef151 /src/rekonqwindow.ui | |
parent | UrlBar: add completer (diff) | |
download | rekonq-6b0c8f7e769a141f13194cf341e888c9b49f294c.tar.xz |
Add RekonqWindow tests
Diffstat (limited to 'src/rekonqwindow.ui')
-rw-r--r-- | src/rekonqwindow.ui | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/src/rekonqwindow.ui b/src/rekonqwindow.ui index bd14852a..b16fe187 100644 --- a/src/rekonqwindow.ui +++ b/src/rekonqwindow.ui @@ -120,7 +120,7 @@ <x>0</x> <y>0</y> <width>800</width> - <height>22</height> + <height>30</height> </rect> </property> <widget class="QMenu" name="menuFile"> @@ -180,9 +180,6 @@ <property name="text"> <string>Task Manager</string> </property> - <property name="shortcut"> - <string>F12</string> - </property> </action> <action name="actionCloseWindow"> <property name="text"> @@ -198,9 +195,6 @@ <property name="text"> <string>&Quit</string> </property> - <property name="shortcut"> - <string>Ctrl+Q</string> - </property> </action> <action name="actionAboutQt"> <property name="text"> @@ -211,17 +205,11 @@ <property name="text"> <string>New Tab</string> </property> - <property name="shortcut"> - <string>Ctrl+T</string> - </property> </action> <action name="actionCloseTab"> <property name="text"> <string>Close Tab</string> </property> - <property name="shortcut"> - <string>Ctrl+W</string> - </property> </action> </widget> <customwidgets> |