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:
Dominik Riebeling 2020-07-26 09:50:51 +02:00
parent 46d06f71dc
commit 1e39619034

View file

@ -427,18 +427,13 @@
<property name="title">
<string>&amp;Help</string>
</property>
<widget class="QMenu" name="menu_Troubleshoot">
<property name="title">
<string>&amp;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">