21 changes: 19 additions & 2 deletions src/ui/qgisapp.ui
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<x>0</x>
<y>0</y>
<width>1050</width>
<height>20</height>
<height>25</height>
</rect>
</property>
<widget class="QMenu" name="mProjectMenu">
Expand Down Expand Up @@ -241,6 +241,7 @@
<addaction name="mActionSimplifyFeature"/>
<addaction name="mActionAddRing"/>
<addaction name="mActionAddPart"/>
<addaction name="mActionFillRing"/>
<addaction name="mActionDeleteRing"/>
<addaction name="mActionDeletePart"/>
<addaction name="mActionReshapeFeatures"/>
Expand Down Expand Up @@ -339,6 +340,7 @@
<addaction name="mActionSimplifyFeature"/>
<addaction name="mActionAddRing"/>
<addaction name="mActionAddPart"/>
<addaction name="mActionFillRing"/>
<addaction name="mActionDeleteRing"/>
<addaction name="mActionDeletePart"/>
<addaction name="mActionReshapeFeatures"/>
Expand Down Expand Up @@ -1722,7 +1724,7 @@ Ctl (Cmd) increments by 15 deg.</string>
<bool>true</bool>
</property>
<property name="icon">
<iconset resource="../../images/images.qrc">
<iconset>
<normaloff>:/images/themes/default/mActionTouch.png</normaloff>:/images/themes/default/mActionTouch.png</iconset>
</property>
<property name="text">
Expand Down Expand Up @@ -2142,6 +2144,21 @@ Acts on currently active editable layer</string>
<string>DXF Export...</string>
</property>
</action>
<action name="mActionFillRing">
<property name="checkable">
<bool>true</bool>
</property>
<property name="icon">
<iconset resource="../../images/images.qrc">
<normaloff>:/images/themes/default/mActionFillRing.png</normaloff>:/images/themes/default/mActionFillRing.png</iconset>
</property>
<property name="text">
<string>Fill Ring</string>
</property>
<property name="toolTip">
<string>Fill Ring</string>
</property>
</action>
</widget>
<resources>
<include location="../../images/images.qrc"/>
Expand Down