Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove redundant Format menu actions from table designer
Since the formatting panel is always shown, these actions aren't required
  • Loading branch information
nyalldawson committed Jan 14, 2020
1 parent e7e53f4 commit 20b7a52
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions src/ui/qgstableeditorbase.ui
Expand Up @@ -52,20 +52,6 @@
</layout>
</widget>
<widget class="QStatusBar" name="mStatusBar"/>
<widget class="QToolBar" name="mToolbar">
<property name="windowTitle">
<string>Layout Toolbar</string>
</property>
<property name="toolTip">
<string>Layout Toolbar</string>
</property>
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>
</attribute>
<attribute name="toolBarBreak">
<bool>false</bool>
</attribute>
</widget>
<widget class="QMenuBar" name="mMenuBar">
<property name="geometry">
<rect>
Expand All @@ -75,18 +61,6 @@
<height>24</height>
</rect>
</property>
<widget class="QMenu" name="menuCell">
<property name="title">
<string>&amp;Format</string>
</property>
<addaction name="separator"/>
<addaction name="separator"/>
<addaction name="mActionSetForeground"/>
<addaction name="mActionSetBackground"/>
<addaction name="separator"/>
<addaction name="mActionSetRowHeight"/>
<addaction name="mActionSetColumnWidth"/>
</widget>
<widget class="QMenu" name="menu_Table">
<property name="title">
<string>&amp;Table</string>
Expand Down Expand Up @@ -128,7 +102,6 @@
</widget>
<addaction name="menuFile"/>
<addaction name="menu_Edit"/>
<addaction name="menuCell"/>
<addaction name="menu_Table"/>
</widget>
<action name="mActionSetForeground">
Expand Down

0 comments on commit 20b7a52

Please sign in to comment.