Browse Source

Fixed missing preferences menu

QGC4.4
Lorenz Meier 11 years ago
parent
commit
b924b92907
  1. 7
      src/ui/MainWindow.ui

7
src/ui/MainWindow.ui

@ -377,6 +377,9 @@
<property name="text"> <property name="text">
<string>Settings</string> <string>Settings</string>
</property> </property>
<property name="toolTip">
<string>Application settings</string>
</property>
</action> </action>
<action name="actionFullscreen"> <action name="actionFullscreen">
<property name="checkable"> <property name="checkable">
@ -439,10 +442,10 @@
<normaloff>:/files/images/categories/preferences-system.svg</normaloff>:/files/images/categories/preferences-system.svg</iconset> <normaloff>:/files/images/categories/preferences-system.svg</normaloff>:/files/images/categories/preferences-system.svg</iconset>
</property> </property>
<property name="text"> <property name="text">
<string>Config</string> <string>Vehicle Setup</string>
</property> </property>
<property name="toolTip"> <property name="toolTip">
<string>Configuration options of the vehicle.</string> <string>Hardware setup of the vehicle</string>
</property> </property>
</action> </action>
<action name="actionAdvanced_Mode"> <action name="actionAdvanced_Mode">

Loading…
Cancel
Save