diff options
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> |