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" >
|
<property name="title" >
|
||||||
<string>Comments</string>
|
<string>Comments</string>
|
||||||
</property>
|
</property>
|
||||||
<widget class="QTextEdit" name="comments" >
|
<layout class="QGridLayout" name="gridLayout_4" >
|
||||||
<property name="geometry" >
|
<item row="0" column="0" >
|
||||||
<rect>
|
<widget class="QTextEdit" name="comments" />
|
||||||
<x>9</x>
|
</item>
|
||||||
<y>39</y>
|
</layout>
|
||||||
<width>354</width>
|
|
||||||
<height>557</height>
|
|
||||||
</rect>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
@ -454,8 +449,8 @@
|
|||||||
<property name="title" >
|
<property name="title" >
|
||||||
<string>Book Cover</string>
|
<string>Book Cover</string>
|
||||||
</property>
|
</property>
|
||||||
<layout class="QGridLayout" name="gridLayout_2" >
|
<layout class="QVBoxLayout" name="verticalLayout_4" >
|
||||||
<item row="0" column="0" >
|
<item>
|
||||||
<widget class="ImageView" name="cover" >
|
<widget class="ImageView" name="cover" >
|
||||||
<property name="sizePolicy" >
|
<property name="sizePolicy" >
|
||||||
<sizepolicy vsizetype="Expanding" hsizetype="Expanding" >
|
<sizepolicy vsizetype="Expanding" hsizetype="Expanding" >
|
||||||
@ -474,11 +469,14 @@
|
|||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="1" column="0" >
|
<item>
|
||||||
<layout class="QVBoxLayout" >
|
<layout class="QVBoxLayout" >
|
||||||
<property name="spacing" >
|
<property name="spacing" >
|
||||||
<number>6</number>
|
<number>6</number>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="sizeConstraint" >
|
||||||
|
<enum>QLayout::SetMaximumSize</enum>
|
||||||
|
</property>
|
||||||
<property name="margin" >
|
<property name="margin" >
|
||||||
<number>0</number>
|
<number>0</number>
|
||||||
</property>
|
</property>
|
||||||
@ -525,7 +523,7 @@
|
|||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</item>
|
</item>
|
||||||
<item row="2" column="0" >
|
<item>
|
||||||
<layout class="QHBoxLayout" >
|
<layout class="QHBoxLayout" >
|
||||||
<item>
|
<item>
|
||||||
<widget class="QPushButton" name="fetch_cover_button" >
|
<widget class="QPushButton" name="fetch_cover_button" >
|
||||||
@ -550,6 +548,8 @@
|
|||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
|
<zorder>af_group_box</zorder>
|
||||||
|
<zorder>groupBox_4</zorder>
|
||||||
</widget>
|
</widget>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
@ -5145,7 +5145,7 @@
|
|||||||
id="stop16206" />
|
id="stop16206" />
|
||||||
</linearGradient>
|
</linearGradient>
|
||||||
<path
|
<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 "
|
d="M 87.500999,62.279999 C 87.882781,62.284241 87.476154,61.794221 87.500999,62.279999 z "
|
||||||
id="path16208" />
|
id="path16208" />
|
||||||
<linearGradient
|
<linearGradient
|
||||||
|
Before Width: | Height: | Size: 484 KiB After Width: | Height: | Size: 483 KiB |
Loading…
x
Reference in New Issue
Block a user