Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added Swisstopo credits to about
  • Loading branch information
timlinux committed Sep 10, 2013
1 parent 1415e49 commit c05cce0
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions src/ui/qgsabout.ui
Expand Up @@ -116,7 +116,7 @@ p, li { white-space: pre-wrap; }
</property>
</spacer>
</item>
<item row="6" column="0">
<item row="7" column="0">
<layout class="QHBoxLayout">
<item>
<widget class="QPushButton" name="btnQgisHome">
Expand All @@ -141,14 +141,24 @@ p, li { white-space: pre-wrap; }
</layout>
</item>
<item row="1" column="0">
<widget class="QWebView" name="txtVersion">
<property name="url">
<widget class="QWebView" name="txtVersion" native="true">
<property name="url" stdset="0">
<url>
<string>about:blank</string>
</url>
</property>
</widget>
</item>
<item row="6" column="0">
<widget class="QLabel" name="label_5">
<property name="text">
<string>Splashscreen map: ©Swisstopo 2013, topographic map series</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="Widget3">
Expand Down Expand Up @@ -239,8 +249,8 @@ p, li { white-space: pre-wrap; }
</attribute>
<layout class="QGridLayout">
<item row="0" column="0">
<widget class="QWebView" name="txtTranslators">
<property name="url">
<widget class="QWebView" name="txtTranslators" native="true">
<property name="url" stdset="0">
<url>
<string>about:blank</string>
</url>
Expand Down

0 comments on commit c05cce0

Please sign in to comment.