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:
authorChristian Kamm <mail@ckamm.de>2017-11-21 15:17:22 +0300
committerckamm <mail@ckamm.de>2017-11-21 18:33:03 +0300
commitf27ceb7fabcffcc07198ab917da9bcdda006e52f (patch)
treef6cb8cfc1a5523bfb39d723e6dd79ea7ee4a6fa4 /src/gui/shareuserline.ui
parent60bde048c6a62df6e0713d3ef474a0af32be5fae (diff)
User shares: Use background color, remove permission frame #6176
Diffstat (limited to 'src/gui/shareuserline.ui')
-rw-r--r--src/gui/shareuserline.ui61
1 files changed, 20 insertions, 41 deletions
diff --git a/src/gui/shareuserline.ui b/src/gui/shareuserline.ui
index 4e2486d65..62288a89d 100644
--- a/src/gui/shareuserline.ui
+++ b/src/gui/shareuserline.ui
@@ -10,25 +10,16 @@
<x>0</x>
<y>0</y>
<width>468</width>
- <height>64</height>
+ <height>46</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
+ <property name="autoFillBackground">
+ <bool>true</bool>
+ </property>
<layout class="QVBoxLayout" name="verticalLayout">
- <property name="leftMargin">
- <number>0</number>
- </property>
- <property name="topMargin">
- <number>0</number>
- </property>
- <property name="rightMargin">
- <number>0</number>
- </property>
- <property name="bottomMargin">
- <number>0</number>
- </property>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
@@ -62,36 +53,24 @@
</spacer>
</item>
<item>
- <widget class="QFrame" name="frame">
- <property name="frameShape">
- <enum>QFrame::StyledPanel</enum>
+ <widget class="QCheckBox" name="permissionShare">
+ <property name="text">
+ <string>can share</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QCheckBox" name="permissionsEdit">
+ <property name="text">
+ <string>can edit</string>
</property>
- <property name="frameShadow">
- <enum>QFrame::Raised</enum>
+ </widget>
+ </item>
+ <item>
+ <widget class="QToolButton" name="permissionToolButton">
+ <property name="text">
+ <string>...</string>
</property>
- <layout class="QGridLayout" name="gridLayout">
- <item row="0" column="1">
- <widget class="QCheckBox" name="permissionsEdit">
- <property name="text">
- <string>can edit</string>
- </property>
- </widget>
- </item>
- <item row="0" column="0">
- <widget class="QCheckBox" name="permissionShare">
- <property name="text">
- <string>can share</string>
- </property>
- </widget>
- </item>
- <item row="0" column="2">
- <widget class="QToolButton" name="permissionToolButton">
- <property name="text">
- <string>...</string>
- </property>
- </widget>
- </item>
- </layout>
</widget>
</item>
<item>