changes dollar prefix: $ 1000 -> $1000
This commit is contained in:
@@ -76,7 +76,7 @@
|
||||
<string/>
|
||||
</property>
|
||||
<property name="prefix" >
|
||||
<string>$ </string>
|
||||
<string>$</string>
|
||||
</property>
|
||||
<property name="minimum" >
|
||||
<number>1000</number>
|
||||
|
||||
@@ -61,7 +61,7 @@
|
||||
<string/>
|
||||
</property>
|
||||
<property name="prefix" >
|
||||
<string>$ </string>
|
||||
<string>$</string>
|
||||
</property>
|
||||
<property name="minimum" >
|
||||
<number>1000</number>
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
<item row="2" column="0" >
|
||||
<widget class="QSpinBox" name="spinBox_input" >
|
||||
<property name="prefix" >
|
||||
<string>$ </string>
|
||||
<string>$</string>
|
||||
</property>
|
||||
<property name="maximum" >
|
||||
<number>5000</number>
|
||||
@@ -97,7 +97,7 @@
|
||||
<item>
|
||||
<widget class="QSpinBox" name="spinBox_alwaysRaiseValue" >
|
||||
<property name="prefix" >
|
||||
<string>$ </string>
|
||||
<string>$</string>
|
||||
</property>
|
||||
<property name="maximum" >
|
||||
<number>5000</number>
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
<item row="1" column="1" colspan="2" >
|
||||
<widget class="QSpinBox" name="spinBox_startCash" >
|
||||
<property name="prefix" >
|
||||
<string>$ </string>
|
||||
<string>$</string>
|
||||
</property>
|
||||
<property name="minimum" >
|
||||
<number>1000</number>
|
||||
|
||||
@@ -504,7 +504,7 @@ p, li { white-space: pre-wrap; }
|
||||
<item>
|
||||
<widget class="QSpinBox" name="spinBox_startCash" >
|
||||
<property name="prefix" >
|
||||
<string>$ </string>
|
||||
<string>$</string>
|
||||
</property>
|
||||
<property name="minimum" >
|
||||
<number>1000</number>
|
||||
@@ -534,7 +534,7 @@ p, li { white-space: pre-wrap; }
|
||||
<item>
|
||||
<widget class="QSpinBox" name="spinBox_firstSmallBlind" >
|
||||
<property name="prefix" >
|
||||
<string>$ </string>
|
||||
<string>$</string>
|
||||
</property>
|
||||
<property name="minimum" >
|
||||
<number>5</number>
|
||||
@@ -800,7 +800,7 @@ p, li { white-space: pre-wrap; }
|
||||
<item>
|
||||
<widget class="QSpinBox" name="spinBox_netStartCash" >
|
||||
<property name="prefix" >
|
||||
<string>$ </string>
|
||||
<string>$</string>
|
||||
</property>
|
||||
<property name="minimum" >
|
||||
<number>1000</number>
|
||||
@@ -830,7 +830,7 @@ p, li { white-space: pre-wrap; }
|
||||
<item>
|
||||
<widget class="QSpinBox" name="spinBox_netFirstSmallBlind" >
|
||||
<property name="prefix" >
|
||||
<string>$ </string>
|
||||
<string>$</string>
|
||||
</property>
|
||||
<property name="minimum" >
|
||||
<number>5</number>
|
||||
|
||||
Reference in New Issue
Block a user