1
0
mirror of https://github.com/ciromattia/kcc synced 2026-05-30 03:03:21 +00:00

fix add folder button sizePolicy

This commit is contained in:
Alex Xu
2025-12-14 18:59:28 -08:00
parent 7e94861fa1
commit 8c57fbf318
2 changed files with 20 additions and 9 deletions
+7 -1
View File
@@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>566</width>
<height>573</height>
<height>581</height>
</rect>
</property>
<property name="windowTitle">
@@ -802,6 +802,12 @@
</item>
<item row="0" column="4">
<widget class="QPushButton" name="directoryButton">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p style='white-space:pre'&gt;Add directory containing JPG, PNG or GIF files to queue.&lt;br/&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;CBR, CBZ and CB7 files inside will not be processed!&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>