betinput field adjustments for mobike gui

This commit is contained in:
doitux
2012-06-21 20:33:47 +02:00
parent 8b86c9c16d
commit d20693653a
2 changed files with 7 additions and 7 deletions
+6 -6
View File
@@ -4496,14 +4496,14 @@ p, li { white-space: pre-wrap; }
<widget class="QSpinBox" name="spinBox_betValue"> <widget class="QSpinBox" name="spinBox_betValue">
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>100</width> <width>85</width>
<height>43</height> <height>53</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>100</width> <width>85</width>
<height>43</height> <height>53</height>
</size> </size>
</property> </property>
<property name="buttonSymbols"> <property name="buttonSymbols">
@@ -4546,13 +4546,13 @@ p, li { white-space: pre-wrap; }
</property> </property>
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>192</width> <width>211</width>
<height>60</height> <height>60</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>220</width> <width>235</width>
<height>60</height> <height>60</height>
</size> </size>
</property> </property>
+1 -1
View File
@@ -75,7 +75,7 @@ GameTableStyleReader::GameTableStyleReader(ConfigFile *c, QWidget *w)
smallBoardFontSize = "13"; smallBoardFontSize = "13";
bigBoardFontSize = "17"; bigBoardFontSize = "17";
humanPlayerButtonFontSize = "12"; humanPlayerButtonFontSize = "12";
betValueFontSize = "10"; betValueFontSize = "15";
#else //Linux #else //Linux
font1String = "font-family: \"Nimbus Sans L\";"; font1String = "font-family: \"Nimbus Sans L\";";
font2String = "font-family: \"DejaVu Sans\";"; font2String = "font-family: \"DejaVu Sans\";";