Fix (UI) / Increase width of "Limit to" QSpinBox (Filtered Decks)

Increased the width from 60 px to 75 px, so that there is always enough space, even in the case of large numbers (e.g., 99999).
This commit is contained in:
jcznk 2025-10-18 16:03:07 +02:00 committed by GitHub
parent d24d2e3394
commit 74932fc07b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -87,7 +87,7 @@
<widget class="QSpinBox" name="limit"> <widget class="QSpinBox" name="limit">
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>60</width> <width>75</width>
<height>16777215</height> <height>16777215</height>
</size> </size>
</property> </property>