Cmd+M minimizes main window on Mac OS X (Closes #928216)

(cherry picked from commit dd7e515f9c)
This commit is contained in:
Christophe Dumez
2012-02-07 19:48:25 +02:00
parent 6dab35cb8e
commit 1b29b148d8
3 changed files with 17 additions and 1 deletions

View File

@@ -29,7 +29,7 @@
<x>0</x>
<y>0</y>
<width>914</width>
<height>25</height>
<height>22</height>
</rect>
</property>
<widget class="QMenu" name="menu_Edit">
@@ -370,6 +370,11 @@
<string>Show</string>
</property>
</action>
<action name="actionMinimize">
<property name="text">
<string notr="true">Minimize</string>
</property>
</action>
</widget>
<resources>
<include location="icons.qrc"/>