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 Jago Douma <unix@rullzer.com>2014-12-24 16:44:21 +0300
committerRoeland Jago Douma <unix@rullzer.com>2014-12-28 22:13:10 +0300
commitec3c83c0c9ffc1b4c08055cffd61db6bd8bf1715 (patch)
tree7d1d7127b3d2eb02823426bd9d4cc8f52f909d7e /src/gui/sharedialog.ui
parent0ad4fb727317210329d5767544f4ef49433af967 (diff)
Minor sharedialog.ui fixes
Diffstat (limited to 'src/gui/sharedialog.ui')
-rw-r--r--src/gui/sharedialog.ui33
1 files changed, 28 insertions, 5 deletions
diff --git a/src/gui/sharedialog.ui b/src/gui/sharedialog.ui
index 515ef9616..43239fcc2 100644
--- a/src/gui/sharedialog.ui
+++ b/src/gui/sharedialog.ui
@@ -6,7 +6,7 @@
<rect>
<x>0</x>
<y>0</y>
- <width>400</width>
+ <width>500</width>
<height>535</height>
</rect>
</property>
@@ -20,10 +20,33 @@
<enum>QLayout::SetFixedSize</enum>
</property>
<item>
- <widget class="QLineEdit" name="lineEdit_shareGroup"/>
- </item>
- <item>
- <widget class="QLineEdit" name="lineEdit_shareUser"/>
+ <widget class="QGroupBox" name="gridGroupBox">
+ <property name="title">
+ <string>Share with</string>
+ </property>
+ <layout class="QGridLayout" name="gridLayout_2">
+ <item row="0" column="1">
+ <widget class="QLineEdit" name="lineEdit_shareUser"/>
+ </item>
+ <item row="0" column="0">
+ <widget class="QLabel" name="userLabel">
+ <property name="text">
+ <string>User:</string>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="1">
+ <widget class="QLineEdit" name="lineEdit_shareGroup"/>
+ </item>
+ <item row="1" column="0">
+ <widget class="QLabel" name="groupLabel">
+ <property name="text">
+ <string>Group</string>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </widget>
</item>
<item>
<spacer name="horizontalSpacer">