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:
authorJ-P Nurmi <jpnurmi@gmail.com>2018-11-16 23:11:55 +0300
committerJ-P Nurmi <jpnurmi@gmail.com>2018-11-17 11:22:52 +0300
commit96d0059ca4cd37a42b4c2722dcadcf0804ebc027 (patch)
tree7ff33ebdfc1f7e2e3ee705db66657f9e6c170b0b /src/gui/sharelinkwidget.ui
parentdf802472cb77b272a8d6c502fe9aca4de196f4fd (diff)
ShareDialog: use auto-raising tool buttons as confirm buttons
Diffstat (limited to 'src/gui/sharelinkwidget.ui')
-rw-r--r--src/gui/sharelinkwidget.ui56
1 files changed, 4 insertions, 52 deletions
diff --git a/src/gui/sharelinkwidget.ui b/src/gui/sharelinkwidget.ui
index 5a6edb54e..64d0fd594 100644
--- a/src/gui/sharelinkwidget.ui
+++ b/src/gui/sharelinkwidget.ui
@@ -292,39 +292,12 @@
</widget>
</item>
<item>
- <widget class="QPushButton" name="confirmPassword">
- <property name="sizePolicy">
- <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="minimumSize">
- <size>
- <width>18</width>
- <height>26</height>
- </size>
- </property>
- <property name="maximumSize">
- <size>
- <width>18</width>
- <height>16777215</height>
- </size>
- </property>
- <property name="autoFillBackground">
- <bool>false</bool>
- </property>
- <property name="styleSheet">
- <string notr="true">background-color: rgba(255, 255, 255, 0);</string>
- </property>
- <property name="text">
- <string/>
- </property>
+ <widget class="QToolButton" name="confirmPassword">
<property name="icon">
<iconset resource="../../client.qrc">
<normaloff>:/client/resources/confirm.svg</normaloff>:/client/resources/confirm.svg</iconset>
</property>
- <property name="flat">
+ <property name="autoRaise">
<bool>true</bool>
</property>
</widget>
@@ -413,33 +386,12 @@
</widget>
</item>
<item>
- <widget class="QPushButton" name="confirmExpirationDate">
- <property name="sizePolicy">
- <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="minimumSize">
- <size>
- <width>18</width>
- <height>26</height>
- </size>
- </property>
- <property name="maximumSize">
- <size>
- <width>18</width>
- <height>16777215</height>
- </size>
- </property>
- <property name="text">
- <string/>
- </property>
+ <widget class="QToolButton" name="confirmExpirationDate">
<property name="icon">
<iconset resource="../../client.qrc">
<normaloff>:/client/resources/confirm.svg</normaloff>:/client/resources/confirm.svg</iconset>
</property>
- <property name="flat">
+ <property name="autoRaise">
<bool>true</bool>
</property>
</widget>