mirror of
https://github.com/Lime3DS/Lime3DS
synced 2024-11-02 05:07:51 +00:00
move menu action
This commit is contained in:
parent
e768a92587
commit
68959823e9
1 changed files with 2 additions and 1 deletions
|
@ -73,7 +73,6 @@
|
|||
<addaction name="action_Pause"/>
|
||||
<addaction name="action_Stop"/>
|
||||
<addaction name="separator"/>
|
||||
<addaction name="action_Report_Compatibility"/>
|
||||
<addaction name="action_Configure"/>
|
||||
</widget>
|
||||
<widget class="QMenu" name="menu_View">
|
||||
|
@ -101,6 +100,8 @@
|
|||
<addaction name="action_Check_For_Updates"/>
|
||||
<addaction name="action_Open_Maintenance_Tool"/>
|
||||
<addaction name="separator"/>
|
||||
<addaction name="action_Report_Compatibility"/>
|
||||
<addaction name="separator"/>
|
||||
<addaction name="action_FAQ"/>
|
||||
<addaction name="action_About"/>
|
||||
</widget>
|
||||
|
|
Loading…
Reference in a new issue