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-06-19 17:56:48 +0300
committerHannah von Reth <vonreth@kde.org>2020-06-23 12:53:17 +0300
commita992c62d1f173ef9fccadb869babf6021afc6ba4 (patch)
tree250dd49b86560b7c57bf3c08c171e4aa7e858c43 /src/gui/accountsettings.ui
parentc6b2cb2814e8305306efc37793efe6bf46c14f38 (diff)
OAuth: Fix reopening the browser from the account page
Issue: #7888
Diffstat (limited to 'src/gui/accountsettings.ui')
-rw-r--r--src/gui/accountsettings.ui11
1 files changed, 9 insertions, 2 deletions
diff --git a/src/gui/accountsettings.ui b/src/gui/accountsettings.ui
index bae5d945f..75d502657 100644
--- a/src/gui/accountsettings.ui
+++ b/src/gui/accountsettings.ui
@@ -6,7 +6,7 @@
<rect>
<x>0</x>
<y>0</y>
- <width>575</width>
+ <width>678</width>
<height>557</height>
</rect>
</property>
@@ -52,13 +52,20 @@
</property>
</widget>
</item>
- <item row="0" column="2">
+ <item row="0" column="3">
<widget class="QToolButton" name="_accountToolbox">
<property name="text">
<string>...</string>
</property>
</widget>
</item>
+ <item row="0" column="2">
+ <widget class="QToolButton" name="openBrowserButton">
+ <property name="text">
+ <string>Re-open Browser </string>
+ </property>
+ </widget>
+ </item>
</layout>
</widget>
</item>