string freeze for 0.7 final - small input bet length fix
This commit is contained in:
@@ -208,7 +208,9 @@ p, li { white-space: pre-wrap; }
|
||||
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans Serif'; font-weight:600;">kraut</span></p>
|
||||
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans Serif';"> - for internet-game-server hosting and administration</span></p>
|
||||
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans Serif'; font-weight:600;">danuxi</span></p>
|
||||
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans Serif';"> - for startwindow background gfx and danuxi1 table background</span></p></body></html></string>
|
||||
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans Serif';"> - for startwindow background gfx and danuxi1 table background</span></p>
|
||||
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans Serif'; font-weight:600;">heyn</span></p>
|
||||
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans Serif';"> - for moderating forum and organise bugtracker and feature requests</span></p></body></html></string>
|
||||
</property>
|
||||
<property name="openExternalLinks">
|
||||
<bool>true</bool>
|
||||
|
||||
@@ -2974,6 +2974,9 @@
|
||||
<height>21</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="maxLength">
|
||||
<number>10000000</number>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
|
||||
@@ -362,7 +362,7 @@ gameTableImpl::gameTableImpl(ConfigFile *c, QMainWindow *parent)
|
||||
pushButton_break->setMinimumSize(width+10,20);
|
||||
|
||||
//set inputvalidator for lineeditbetvalue
|
||||
QRegExp rx("[1-9]\\d{0,4}");
|
||||
QRegExp rx("[1-9]\\d{0,7}");
|
||||
QValidator *validator = new QRegExpValidator(rx, this);
|
||||
lineEdit_betValue->setValidator(validator);
|
||||
|
||||
|
||||
+709
-446
File diff suppressed because it is too large
Load Diff
+724
-385
File diff suppressed because it is too large
Load Diff
+755
-346
File diff suppressed because it is too large
Load Diff
+757
-348
File diff suppressed because it is too large
Load Diff
+777
-369
File diff suppressed because it is too large
Load Diff
+757
-348
File diff suppressed because it is too large
Load Diff
+885
-346
File diff suppressed because it is too large
Load Diff
+724
-385
File diff suppressed because it is too large
Load Diff
+755
-346
File diff suppressed because it is too large
Load Diff
+755
-347
File diff suppressed because it is too large
Load Diff
+755
-346
File diff suppressed because it is too large
Load Diff
+716
-418
File diff suppressed because one or more lines are too long
+722
-394
File diff suppressed because it is too large
Load Diff
+4355
-3946
File diff suppressed because one or more lines are too long
+724
-385
File diff suppressed because it is too large
Load Diff
+1041
-21
File diff suppressed because it is too large
Load Diff
+724
-385
File diff suppressed because it is too large
Load Diff
+741
-365
File diff suppressed because it is too large
Load Diff
+740
-369
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user