mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
Ensure the template text box in the template tester gets as much space as available
This commit is contained in:
parent
c2fa7ca19b
commit
96f99a4703
@ -330,6 +330,12 @@ you the value as well as all the local variables</p></string>
|
||||
<property name="toolTip">
|
||||
<string>The template program text</string>
|
||||
</property>
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
|
||||
<horstretch>0</horstretch>
|
||||
<verstretch>1</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="3" column="0">
|
||||
|
Loading…
x
Reference in New Issue
Block a user