Remove a redundant var

Reusing a var instead of making 2 vars
This commit is contained in:
2023-06-15 15:27:15 +02:00
parent d9bb801d6b
commit b327c564d0
4 changed files with 11 additions and 7 deletions

View File

@@ -192,7 +192,7 @@ border-image:url(:/images/blackjack_table.png) 0 0 0 0 stretch stretch;
<layout class="QHBoxLayout" name="horizontalLayout_7">
<item>
<widget class="QLabel" name="statusLabel">
<property name="palette">
<property name="palette">
<palette>
<active>
<colorrole role="WindowText">
@@ -814,6 +814,9 @@ border-image:url(:/images/blackjack_table.png) 0 0 0 0 stretch stretch;
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::MinimumExpanding</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
@@ -851,6 +854,9 @@ border-image:url(:/images/blackjack_table.png) 0 0 0 0 stretch stretch;
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::MinimumExpanding</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>