Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannah von Reth <hannah.vonreth@owncloud.com>2020-02-21 13:14:29 +0300
committerHannah von Reth <vonreth@kde.org>2020-10-07 14:28:38 +0300
commit7a783c233f986544388ad4b61811fa3d6a59c552 (patch)
tree0d595b7741619cac8799844e150b6b61f8ddf656 /src/gui/generalsettings.ui
parent83c1ba1bcaaf0b24bf289f66cecd99c83f54a5f3 (diff)
[Gui]Redesign AboutDialog and unify version info
Fixes: #7749 Fixes: #7704
Diffstat (limited to 'src/gui/generalsettings.ui')
-rw-r--r--src/gui/generalsettings.ui18
1 files changed, 6 insertions, 12 deletions
diff --git a/src/gui/generalsettings.ui b/src/gui/generalsettings.ui
index 74bad95a2..40e5f31c5 100644
--- a/src/gui/generalsettings.ui
+++ b/src/gui/generalsettings.ui
@@ -25,7 +25,7 @@
<x>0</x>
<y>0</y>
<width>771</width>
- <height>640</height>
+ <height>637</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_5">
@@ -324,7 +324,7 @@
<cursorShape>PointingHandCursor</cursorShape>
</property>
<property name="text">
- <string notr="true">Version 3.1.3 (build 37)</string>
+ <string notr="true"/>
</property>
<property name="textInteractionFlags">
<set>Qt::LinksAccessibleByMouse</set>
@@ -332,12 +332,12 @@
</widget>
</item>
<item>
- <widget class="QLabel" name="copyrightLabelDotBefore">
+ <widget class="QLabel" name="copyrightLabel">
<property name="cursor">
<cursorShape>ArrowCursor</cursorShape>
</property>
<property name="text">
- <string>•</string>
+ <string notr="true">Copyright ownCloud GmbH</string>
</property>
<property name="textInteractionFlags">
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set>
@@ -345,15 +345,9 @@
</widget>
</item>
<item>
- <widget class="QLabel" name="copyrightLabel">
- <property name="cursor">
- <cursorShape>ArrowCursor</cursorShape>
- </property>
+ <widget class="QPushButton" name="about_pushButton">
<property name="text">
- <string notr="true">Copyright ownCloud GmbH</string>
- </property>
- <property name="textInteractionFlags">
- <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set>
+ <string>About</string>
</property>
</widget>
</item>