Qt/MemoryCardEditor: Don't show blocks label when no card is selected
This commit is contained in:
parent
c3d2999d78
commit
645ce6658c
|
@ -6,7 +6,7 @@
|
||||||
<rect>
|
<rect>
|
||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>846</width>
|
<width>889</width>
|
||||||
<height>515</height>
|
<height>515</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
|
@ -101,7 +101,7 @@
|
||||||
<item>
|
<item>
|
||||||
<widget class="QLabel" name="cardBUsage">
|
<widget class="QLabel" name="cardBUsage">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>0 blocks used</string>
|
<string notr="true"/>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
@ -142,7 +142,7 @@
|
||||||
<item>
|
<item>
|
||||||
<widget class="QLabel" name="cardAUsage">
|
<widget class="QLabel" name="cardAUsage">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>0 blocks used</string>
|
<string notr="true"/>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
|
Loading…
Reference in New Issue