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:
authorRoeland Douma <rullzer@users.noreply.github.com>2016-04-29 15:11:27 +0300
committerMarkus Goetz <markus@woboq.com>2016-04-29 15:11:27 +0300
commit31c13f74fbc2149fd9e58a5796dc17bb209440fb (patch)
tree7a88ec2e62cb67778c2fc1fd6d50b08d3d7cf9c3 /src/gui/shareusergroupwidget.ui
parentbe466b47b74bd54be5d805dda5a5895dc6c67550 (diff)
Add spinner during sharee search (#4764)
Fixed #4740 When searching for sharees we should display a loading spinner.
Diffstat (limited to 'src/gui/shareusergroupwidget.ui')
-rw-r--r--src/gui/shareusergroupwidget.ui20
1 files changed, 12 insertions, 8 deletions
diff --git a/src/gui/shareusergroupwidget.ui b/src/gui/shareusergroupwidget.ui
index 6f9524b99..44befbb7a 100644
--- a/src/gui/shareusergroupwidget.ui
+++ b/src/gui/shareusergroupwidget.ui
@@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>457</width>
- <height>188</height>
+ <height>164</height>
</rect>
</property>
<property name="windowTitle">
@@ -15,11 +15,15 @@
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
- <widget class="QLineEdit" name="shareeLineEdit">
- <property name="placeholderText">
- <string>Share with users or groups ...</string>
- </property>
- </widget>
+ <layout class="QHBoxLayout" name="shareeHorizontalLayout">
+ <item>
+ <widget class="QLineEdit" name="shareeLineEdit">
+ <property name="placeholderText">
+ <string>Share with users or groups ...</string>
+ </property>
+ </widget>
+ </item>
+ </layout>
</item>
<item>
<widget class="QLabel" name="errorLabel">
@@ -50,8 +54,8 @@
<rect>
<x>0</x>
<y>0</y>
- <width>441</width>
- <height>98</height>
+ <width>437</width>
+ <height>94</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_3"/>