tab order fixes for settings, change 0.6.5 to 0.7 in styling howto
This commit is contained in:
@@ -10,7 +10,7 @@ How to create a style for PokerTH
|
|||||||
-----------------------------
|
-----------------------------
|
||||||
The best way to start building a custom PokerTH game table is to take
|
The best way to start building a custom PokerTH game table is to take
|
||||||
a look at the file "defaulttablestyle.xml". You can find this file in
|
a look at the file "defaulttablestyle.xml". You can find this file in
|
||||||
source code or in installation path of PokerTH >= 0.6.5 in the
|
source code or in installation path of PokerTH >= 0.7 in the
|
||||||
subfolder data/gfx/gui/table/default/. The defaulttablestyle.xml is
|
subfolder data/gfx/gui/table/default/. The defaulttablestyle.xml is
|
||||||
the control center of your style. The file also contains comments
|
the control center of your style. The file also contains comments
|
||||||
which describe the use of the controls.
|
which describe the use of the controls.
|
||||||
@@ -242,7 +242,7 @@
|
|||||||
<item>
|
<item>
|
||||||
<widget class="QSpinBox" name="spinBox_afterThisAlwaysRaiseValue">
|
<widget class="QSpinBox" name="spinBox_afterThisAlwaysRaiseValue">
|
||||||
<property name="maximum">
|
<property name="maximum">
|
||||||
<number>10000</number>
|
<number>100000</number>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
|||||||
@@ -104,7 +104,7 @@
|
|||||||
<string>$</string>
|
<string>$</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="maximum">
|
<property name="maximum">
|
||||||
<number>5000</number>
|
<number>100000</number>
|
||||||
</property>
|
</property>
|
||||||
<property name="singleStep">
|
<property name="singleStep">
|
||||||
<number>5</number>
|
<number>5</number>
|
||||||
|
|||||||
+1139
-1126
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user