changes dollar prefix: $ 1000 -> $1000

This commit is contained in:
doitux
2007-11-25 13:51:34 +00:00
parent f4bee363c1
commit 2124d94659
5 changed files with 9 additions and 9 deletions
+4 -4
View File
@@ -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>