No frame for bulk metadata edit scroll area

This commit is contained in:
Kovid Goyal 2020-04-20 10:11:19 +05:30
parent 89fc955323
commit 65236a3ab6
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -34,6 +34,9 @@
<number>0</number> <number>0</number>
</property> </property>
<widget class="QScrollArea" name="scrollArea1"> <widget class="QScrollArea" name="scrollArea1">
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="widgetResizable"> <property name="widgetResizable">
<bool>true</bool> <bool>true</bool>
</property> </property>
@ -45,8 +48,8 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>933</width> <width>935</width>
<height>637</height> <height>639</height>
</rect> </rect>
</property> </property>
<layout class="QGridLayout" name="gridLayout"> <layout class="QGridLayout" name="gridLayout">
@ -688,6 +691,9 @@ for e.g., EPUB to EPUB, calibre saves the original EPUB
</widget> </widget>
</widget> </widget>
<widget class="QScrollArea" name="scrollArea2"> <widget class="QScrollArea" name="scrollArea2">
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="widgetResizable"> <property name="widgetResizable">
<bool>true</bool> <bool>true</bool>
</property> </property>
@ -699,13 +705,16 @@ for e.g., EPUB to EPUB, calibre saves the original EPUB
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>933</width> <width>935</width>
<height>637</height> <height>639</height>
</rect> </rect>
</property> </property>
</widget> </widget>
</widget> </widget>
<widget class="QScrollArea" name="scrollArea3"> <widget class="QScrollArea" name="scrollArea3">
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="widgetResizable"> <property name="widgetResizable">
<bool>true</bool> <bool>true</bool>
</property> </property>
@ -717,8 +726,8 @@ for e.g., EPUB to EPUB, calibre saves the original EPUB
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>933</width> <width>935</width>
<height>637</height> <height>639</height>
</rect> </rect>
</property> </property>
<layout class="QGridLayout" name="vargrid"> <layout class="QGridLayout" name="vargrid">
@ -1196,8 +1205,8 @@ not multiple and the destination field is multiple</string>
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>915</width> <width>917</width>
<height>317</height> <height>319</height>
</rect> </rect>
</property> </property>
<layout class="QGridLayout" name="testgrid"> <layout class="QGridLayout" name="testgrid">