1
0
mirror of https://github.com/ciromattia/kcc synced 2026-01-30 00:47:37 +00:00

fix button size

This commit is contained in:
Alex Xu
2025-06-17 10:52:59 -07:00
parent 4229b79c42
commit ad60894d19
3 changed files with 8 additions and 1 deletions

View File

@@ -75,6 +75,12 @@
</item>
<item>
<widget class="QPushButton" name="kofiButton">
<property name="minimumSize">
<size>
<width>0</width>
<height>30</height>
</size>
</property>
<property name="text">
<string>Support me on Ko-fi</string>
</property>