Fix #1754223 [Make buttons have the same width in the Send by email preferences](https://bugs.launchpad.net/calibre/+bug/1754223)

This commit is contained in:
Kovid Goyal 2018-03-08 09:02:48 +05:30
parent 6db3c5bdc3
commit aed9a856b3
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
2 changed files with 32 additions and 2 deletions

View File

@ -40,6 +40,12 @@
<layout class="QVBoxLayout" name="verticalLayout_8">
<item>
<widget class="QToolButton" name="email_add">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>Add an email address to which to send books</string>
</property>
@ -63,6 +69,12 @@
</item>
<item>
<widget class="QPushButton" name="email_make_default">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Make &amp;default</string>
</property>
@ -70,6 +82,12 @@
</item>
<item>
<widget class="QToolButton" name="email_remove">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>&amp;Remove email</string>
</property>

View File

@ -148,7 +148,7 @@
<item row="4" column="0">
<widget class="QLabel" name="label_21">
<property name="text">
<string>&amp;Encryption:</string>
<string>Encr&amp;yption:</string>
</property>
<property name="buddy">
<cstring>relay_tls</cstring>
@ -174,7 +174,7 @@
<string>Use SSL encryption when connecting to the mail server.</string>
</property>
<property name="text">
<string>&amp;SSL</string>
<string>SS&amp;L</string>
</property>
</widget>
</item>
@ -208,6 +208,12 @@
<layout class="QVBoxLayout" name="verticalLayout_9">
<item>
<widget class="QToolButton" name="relay_use_gmx">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Use &amp;GMX</string>
</property>
@ -228,6 +234,12 @@
</item>
<item>
<widget class="QToolButton" name="relay_use_hotmail">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Use &amp;Hotmail</string>
</property>