Commit 7932dff5 authored by Lorenz Meier's avatar Lorenz Meier

Improve main tool bar labels

parent a8d2e1b7
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>1024</width> <width>1024</width>
<height>21</height> <height>22</height>
</rect> </rect>
</property> </property>
<widget class="QMenu" name="menuMGround"> <widget class="QMenu" name="menuMGround">
...@@ -318,7 +318,7 @@ ...@@ -318,7 +318,7 @@
<normaloff>:/files/images/status/network-wireless-encrypted.svg</normaloff>:/files/images/status/network-wireless-encrypted.svg</iconset> <normaloff>:/files/images/status/network-wireless-encrypted.svg</normaloff>:/files/images/status/network-wireless-encrypted.svg</iconset>
</property> </property>
<property name="text"> <property name="text">
<string>Flight</string> <string>Instruments</string>
</property> </property>
</action> </action>
<action name="actionNewCustomWidget"> <action name="actionNewCustomWidget">
...@@ -416,9 +416,6 @@ ...@@ -416,9 +416,6 @@
<property name="checkable"> <property name="checkable">
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="visible">
<bool>false</bool>
</property>
<property name="icon"> <property name="icon">
<iconset resource="../../qgroundcontrol.qrc"> <iconset resource="../../qgroundcontrol.qrc">
<normaloff>:/files/images/status/software-update-available.svg</normaloff>:/files/images/status/software-update-available.svg</iconset> <normaloff>:/files/images/status/software-update-available.svg</normaloff>:/files/images/status/software-update-available.svg</iconset>
...@@ -429,6 +426,9 @@ ...@@ -429,6 +426,9 @@
<property name="toolTip"> <property name="toolTip">
<string>Update the firmware of one of the connected autopilots</string> <string>Update the firmware of one of the connected autopilots</string>
</property> </property>
<property name="visible">
<bool>false</bool>
</property>
</action> </action>
<action name="actionHardwareConfig"> <action name="actionHardwareConfig">
<property name="checkable"> <property name="checkable">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment