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">
<property name="minimumSize">
<size>
<width>100</width>
<height>43</height>
<width>85</width>
<height>53</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>100</width>
<height>43</height>
<width>85</width>
<height>53</height>
</size>
</property>
<property name="buttonSymbols">
@@ -4546,13 +4546,13 @@ p, li { white-space: pre-wrap; }
</property>
<property name="minimumSize">
<size>
<width>192</width>
<width>211</width>
<height>60</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>220</width>
<width>235</width>
<height>60</height>
</size>
</property>
+1 -1
View File
@@ -75,7 +75,7 @@ GameTableStyleReader::GameTableStyleReader(ConfigFile *c, QWidget *w)
smallBoardFontSize = "13";
bigBoardFontSize = "17";
humanPlayerButtonFontSize = "12";
betValueFontSize = "10";
betValueFontSize = "15";
#else //Linux
font1String = "font-family: \"Nimbus Sans L\";";
font2String = "font-family: \"DejaVu Sans\";";