mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-08-11 09:13:57 -04:00
Fix #995 (Comments field doesn't resize when resizing Edit Meta Information window)
This commit is contained in:
parent
9e9e10c388
commit
deebf85442
@ -338,16 +338,11 @@
|
||||
<property name="title" >
|
||||
<string>Comments</string>
|
||||
</property>
|
||||
<widget class="QTextEdit" name="comments" >
|
||||
<property name="geometry" >
|
||||
<rect>
|
||||
<x>9</x>
|
||||
<y>39</y>
|
||||
<width>354</width>
|
||||
<height>557</height>
|
||||
</rect>
|
||||
</property>
|
||||
</widget>
|
||||
<layout class="QGridLayout" name="gridLayout_4" >
|
||||
<item row="0" column="0" >
|
||||
<widget class="QTextEdit" name="comments" />
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
@ -454,8 +449,8 @@
|
||||
<property name="title" >
|
||||
<string>Book Cover</string>
|
||||
</property>
|
||||
<layout class="QGridLayout" name="gridLayout_2" >
|
||||
<item row="0" column="0" >
|
||||
<layout class="QVBoxLayout" name="verticalLayout_4" >
|
||||
<item>
|
||||
<widget class="ImageView" name="cover" >
|
||||
<property name="sizePolicy" >
|
||||
<sizepolicy vsizetype="Expanding" hsizetype="Expanding" >
|
||||
@ -474,11 +469,14 @@
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="1" column="0" >
|
||||
<item>
|
||||
<layout class="QVBoxLayout" >
|
||||
<property name="spacing" >
|
||||
<number>6</number>
|
||||
</property>
|
||||
<property name="sizeConstraint" >
|
||||
<enum>QLayout::SetMaximumSize</enum>
|
||||
</property>
|
||||
<property name="margin" >
|
||||
<number>0</number>
|
||||
</property>
|
||||
@ -525,7 +523,7 @@
|
||||
</item>
|
||||
</layout>
|
||||
</item>
|
||||
<item row="2" column="0" >
|
||||
<item>
|
||||
<layout class="QHBoxLayout" >
|
||||
<item>
|
||||
<widget class="QPushButton" name="fetch_cover_button" >
|
||||
@ -550,6 +548,8 @@
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
<zorder>af_group_box</zorder>
|
||||
<zorder>groupBox_4</zorder>
|
||||
</widget>
|
||||
</widget>
|
||||
</item>
|
||||
|
@ -5145,7 +5145,7 @@
|
||||
id="stop16206" />
|
||||
</linearGradient>
|
||||
<path
|
||||
style="fill:url(#linearGradient34419);fill-rule:evenodd"
|
||||
style="fill-rule:evenodd"
|
||||
d="M 87.500999,62.279999 C 87.882781,62.284241 87.476154,61.794221 87.500999,62.279999 z "
|
||||
id="path16208" />
|
||||
<linearGradient
|
||||
|
Before Width: | Height: | Size: 484 KiB After Width: | Height: | Size: 483 KiB |
Loading…
x
Reference in New Issue
Block a user