rbutil: Merge Troubleshoot submenu with Help menu.
Since people seem to have problems finding the troubleshoot items in a submenu move them one level up. The submenu isn't too useful anyway. Change-Id: Ic047f3913a8a13b038580d497260de55fe2e1298
This commit is contained in:
parent
46d06f71dc
commit
1e39619034
1 changed files with 3 additions and 8 deletions
|
@ -427,18 +427,13 @@
|
|||
<property name="title">
|
||||
<string>&Help</string>
|
||||
</property>
|
||||
<widget class="QMenu" name="menu_Troubleshoot">
|
||||
<property name="title">
|
||||
<string>&Troubleshoot</string>
|
||||
</property>
|
||||
<addaction name="action_System_Info"/>
|
||||
<addaction name="action_Trace"/>
|
||||
</widget>
|
||||
<addaction name="action_About"/>
|
||||
<addaction name="actionAbout_Qt"/>
|
||||
<addaction name="separator"/>
|
||||
<addaction name="actionShow_Changelog"/>
|
||||
<addaction name="menu_Troubleshoot"/>
|
||||
<addaction name="action_System_Info"/>
|
||||
<addaction name="action_Trace"/>
|
||||
<addaction name="separator"/>
|
||||
<addaction name="action_Help"/>
|
||||
</widget>
|
||||
<widget class="QMenu" name="menuA_ctions">
|
||||
|
|
Loading…
Reference in a new issue