Skip to content

Commit

Permalink
Remove unused menu bar, toolbar and status bar from gui.
Browse files Browse the repository at this point in the history
  • Loading branch information
guyru committed Mar 9, 2013
1 parent 40a9842 commit 122c0b9
Showing 1 changed file with 1 addition and 23 deletions.
24 changes: 1 addition & 23 deletions mainwindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>436</width>
<height>511</height>
<height>436</height>
</rect>
</property>
<property name="windowTitle">
Expand Down Expand Up @@ -266,28 +266,6 @@ Source Code: &lt;a href=&quot;http://sf.net/projects/spass&quot;&gt;http://sf.ne
</item>
</layout>
</widget>
<widget class="QMenuBar" name="menuBar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>436</width>
<height>25</height>
</rect>
</property>
</widget>
<widget class="QStatusBar" name="statusBar"/>
<widget class="QToolBar" name="toolBar">
<property name="windowTitle">
<string>toolBar</string>
</property>
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>
</attribute>
<attribute name="toolBarBreak">
<bool>false</bool>
</attribute>
</widget>
</widget>
<layoutdefault spacing="6" margin="11"/>
<tabstops>
Expand Down

0 comments on commit 122c0b9

Please sign in to comment.