About screen tweaks

- consistent capitalization
- use more room for version information, which currently overflows
the available space allocated for it
- use a https url instead of http
This commit is contained in:
Nyall Dawson 2020-01-17 12:54:31 +10:00
parent b8559b802d
commit 35550ef5cf

View File

@ -235,19 +235,6 @@ p, li { white-space: pre-wrap; }
</property>
</widget>
</item>
<item>
<spacer name="spacer_2">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>21</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QLabel" name="label_3">
<property name="text">
@ -261,26 +248,13 @@ p, li { white-space: pre-wrap; }
<item>
<widget class="QLabel" name="label_2">
<property name="text">
<string>http://www.gnu.org/licenses</string>
<string>https://www.gnu.org/licenses</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item>
<spacer name="spacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
<item>
<layout class="QHBoxLayout" name="_2">
<item>
@ -296,7 +270,7 @@ p, li { white-space: pre-wrap; }
<item>
<widget class="QPushButton" name="btnQgisUser">
<property name="text">
<string>Join our user mailing list</string>
<string>Join our User Mailing List</string>
</property>
<property name="flat">
<bool>false</bool>