all repos — mgba @ 2e031a8c49fee06fadae7c33c83c8042cdfa2f35

mGBA Game Boy Advance Emulator

Update log view styling
Jeffrey Pfau jeffrey@endrift.com
Mon, 13 Oct 2014 03:03:47 -0700
commit

2e031a8c49fee06fadae7c33c83c8042cdfa2f35

parent

24a579044f2789698b7e051f2861b09ae78c7449

1 files changed, 17 insertions(+), 26 deletions(-)

jump to
M src/platform/qt/LogView.uisrc/platform/qt/LogView.ui

@@ -19,7 +19,7 @@ <layout class="QVBoxLayout" name="verticalLayout_2">

<item> <widget class="QGroupBox" name="groupBox"> <property name="title"> - <string/> + <string>Enabled Levels</string> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item>

@@ -83,20 +83,11 @@ </property>

</widget> </item> <item> - <spacer name="verticalSpacer"> + <widget class="Line" name="line"> <property name="orientation"> - <enum>Qt::Vertical</enum> + <enum>Qt::Horizontal</enum> </property> - <property name="sizeType"> - <enum>QSizePolicy::Fixed</enum> - </property> - <property name="sizeHint" stdset="0"> - <size> - <width>20</width> - <height>40</height> - </size> - </property> - </spacer> + </widget> </item> <item> <widget class="QCheckBox" name="levelGameError">

@@ -108,21 +99,21 @@ <bool>false</bool>

</property> </widget> </item> - <item> - <spacer name="verticalSpacer_2"> - <property name="orientation"> - <enum>Qt::Vertical</enum> - </property> - <property name="sizeHint" stdset="0"> - <size> - <width>20</width> - <height>40</height> - </size> - </property> - </spacer> - </item> </layout> </widget> + </item> + <item> + <spacer name="verticalSpacer_2"> + <property name="orientation"> + <enum>Qt::Vertical</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>20</width> + <height>40</height> + </size> + </property> + </spacer> </item> <item> <widget class="QPushButton" name="clear">