Fix #1866298 [[Enhancement] Remove space in Welcome wizard](https://bugs.launchpad.net/calibre/+bug/1866298)

This commit is contained in:
Kovid Goyal 2020-03-07 08:36:47 +05:30
parent 166a242ee3
commit f4836770cf
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -6,7 +6,7 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>481</width> <width>614</width>
<height>300</height> <height>300</height>
</rect> </rect>
</property> </property>
@ -19,8 +19,10 @@
<property name="subTitle"> <property name="subTitle">
<string>The one stop solution to all your e-book needs.</string> <string>The one stop solution to all your e-book needs.</string>
</property> </property>
<layout class="QGridLayout" name="gridLayout"> <layout class="QVBoxLayout" name="verticalLayout">
<item row="0" column="0"> <item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLabel" name="label_3"> <widget class="QLabel" name="label_3">
<property name="text"> <property name="text">
<string>Choose your &amp;language:</string> <string>Choose your &amp;language:</string>
@ -30,7 +32,25 @@
</property> </property>
</widget> </widget>
</item> </item>
<item row="1" column="0"> <item>
<widget class="QComboBox" name="language"/>
</item>
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
<item>
<spacer name="verticalSpacer"> <spacer name="verticalSpacer">
<property name="orientation"> <property name="orientation">
<enum>Qt::Vertical</enum> <enum>Qt::Vertical</enum>
@ -43,14 +63,35 @@
</property> </property>
</spacer> </spacer>
</item> </item>
<item row="3" column="2"> <item>
<widget class="QLabel" name="libloc_label1">
<property name="text">
<string>&lt;p&gt;Choose a location for your books. When you add books to calibre, they will be copied here. Use an &lt;b&gt;empty folder&lt;/b&gt; for a new calibre library:</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QLineEdit" name="location">
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="button_change"> <widget class="QPushButton" name="button_change">
<property name="text"> <property name="text">
<string>&amp;Change</string> <string>&amp;Change</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="4" column="0" colspan="3"> </layout>
</item>
<item>
<widget class="QLabel" name="libloc_label2"> <widget class="QLabel" name="libloc_label2">
<property name="text"> <property name="text">
<string>If a calibre library already exists at the newly selected location, calibre will use it automatically.</string> <string>If a calibre library already exists at the newly selected location, calibre will use it automatically.</string>
@ -60,14 +101,7 @@
</property> </property>
</widget> </widget>
</item> </item>
<item row="3" column="0" colspan="2"> <item>
<widget class="QLineEdit" name="location">
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
<item row="5" column="0">
<spacer name="verticalSpacer_2"> <spacer name="verticalSpacer_2">
<property name="orientation"> <property name="orientation">
<enum>Qt::Vertical</enum> <enum>Qt::Vertical</enum>
@ -80,20 +114,7 @@
</property> </property>
</spacer> </spacer>
</item> </item>
<item row="0" column="1" colspan="2"> <item>
<widget class="QComboBox" name="language"/>
</item>
<item row="2" column="0" colspan="3">
<widget class="QLabel" name="libloc_label1">
<property name="text">
<string>&lt;p&gt;Choose a location for your books. When you add books to calibre, they will be copied here. Use an &lt;b&gt;empty folder&lt;/b&gt; for a new calibre library:</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item row="6" column="0" colspan="3">
<widget class="QLabel" name="move_lib_label"> <widget class="QLabel" name="move_lib_label">
<property name="text"> <property name="text">
<string/> <string/>