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

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Goffart <ogoffart@woboq.com>2016-01-12 15:19:33 +0300
committerOlivier Goffart <ogoffart@woboq.com>2016-01-12 16:36:13 +0300
commit1ed02f64945e4692d62b5474a5635258f4aac8c0 (patch)
tree52301ff65386a0356d424611c8f9d1ef83b9652e /src/gui/shareusergroupwidget.ui
parentbb5c370575e9d163d5b6a29eb4226f0bc7aa63fe (diff)
Sharing: Display the error from the server when trying to share with users or group
Diffstat (limited to 'src/gui/shareusergroupwidget.ui')
-rw-r--r--src/gui/shareusergroupwidget.ui12
1 files changed, 11 insertions, 1 deletions
diff --git a/src/gui/shareusergroupwidget.ui b/src/gui/shareusergroupwidget.ui
index 024926557..0fb4d6286 100644
--- a/src/gui/shareusergroupwidget.ui
+++ b/src/gui/shareusergroupwidget.ui
@@ -41,13 +41,23 @@
<x>0</x>
<y>0</y>
<width>441</width>
- <height>128</height>
+ <height>98</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_3"/>
</widget>
</widget>
</item>
+ <item>
+ <widget class="QLabel" name="errorLabel">
+ <property name="text">
+ <string notr="true">Placeholder for Error text</string>
+ </property>
+ <property name="wordWrap">
+ <bool>true</bool>
+ </property>
+ </widget>
+ </item>
</layout>
</widget>
<layoutdefault spacing="6" margin="11"/>