Skip to content

Commit

Permalink
About screen tweaks
Browse files Browse the repository at this point in the history
- consistent capitalization
- use more room for version information, which currently overflows
the available space allocated for it
- use a https url instead of http
  • Loading branch information
nyalldawson committed Jan 18, 2020
1 parent b8559b8 commit 35550ef
Showing 1 changed file with 2 additions and 28 deletions.
30 changes: 2 additions & 28 deletions src/ui/qgsabout.ui
Expand Up @@ -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">
Expand All @@ -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>
Expand All @@ -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>
Expand Down

0 comments on commit 35550ef

Please sign in to comment.