Skip to content

Commit

Permalink
Status bar and extra toolbar graphical glitches fixed in MainWindow UI
Browse files Browse the repository at this point in the history
  • Loading branch information
malcom2073 committed Nov 18, 2013
1 parent 6645b8b commit 5a32b3e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 29 deletions.
38 changes: 17 additions & 21 deletions core/src/emsstatus.ui
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@
<rect>
<x>0</x>
<y>0</y>
<width>150</width>
<width>160</width>
<height>411</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>150</width>
<width>160</width>
<height>411</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>150</width>
<width>180</width>
<height>411</height>
</size>
</property>
Expand All @@ -31,28 +31,24 @@
<rect>
<x>0</x>
<y>0</y>
<width>178</width>
<height>163</height>
<width>161</width>
<height>225</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QPushButton" name="softResetPushButton">
<property name="text">
<string>Soft Reset</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="hardResetPushButton">
<property name="text">
<string>Hard Reset</string>
</property>
</widget>
</item>
</layout>
<widget class="QPushButton" name="softResetPushButton">
<property name="text">
<string>Soft Reset</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="hardResetPushButton">
<property name="text">
<string>Hard Reset</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="combustionSyncLineEdit">
Expand Down
8 changes: 0 additions & 8 deletions core/src/mainwindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -97,14 +97,6 @@
<addaction name="menuWizards"/>
<addaction name="menuHelp"/>
</widget>
<widget class="QToolBar" name="mainToolBar">
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>
</attribute>
<attribute name="toolBarBreak">
<bool>false</bool>
</attribute>
</widget>
<widget class="QStatusBar" name="statusBar"/>
<action name="actionExit">
<property name="text">
Expand Down

0 comments on commit 5a32b3e

Please sign in to comment.