fix gui_800x480 build bug for possible android build

This commit is contained in:
doitux
2012-04-15 07:12:32 +00:00
parent 233670d5a5
commit 3705e07c62
@@ -149,7 +149,7 @@
<item>
<widget class="QStackedWidget" name="stackedWidget">
<property name="currentIndex">
<number>7</number>
<number>0</number>
</property>
<widget class="QWidget" name="page">
<property name="styleSheet">
@@ -1063,14 +1063,14 @@ p, li { white-space: pre-wrap; }
</property>
</widget>
</item>
<item row="1" column="0">
<item row="2" column="0">
<widget class="QCheckBox" name="checkBox_playLobbyChatNotification">
<property name="text">
<string>Play lobby chat notifications</string>
</property>
</widget>
</item>
<item row="2" column="0">
<item row="3" column="0">
<widget class="QCheckBox" name="checkBox_playNetworkGameNotification">
<property name="text">
<string>Play network/internet game notifications like &quot;player joined the game&quot;</string>
@@ -1080,6 +1080,13 @@ p, li { white-space: pre-wrap; }
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QCheckBox" name="checkBox_playBlindRaiseSound">
<property name="text">
<string>Play blind raise notification</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>