mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-28 03:49:20 +03:00
ShareDialog: align the left margin
All other margins are 10px.
This commit is contained in:
parent
3f2ff2e6ba
commit
7d3242077b
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@
|
||||||
<enum>QLayout::SetFixedSize</enum>
|
<enum>QLayout::SetFixedSize</enum>
|
||||||
</property>
|
</property>
|
||||||
<property name="leftMargin">
|
<property name="leftMargin">
|
||||||
<number>15</number>
|
<number>10</number>
|
||||||
</property>
|
</property>
|
||||||
<property name="topMargin">
|
<property name="topMargin">
|
||||||
<number>10</number>
|
<number>10</number>
|
||||||
|
|
Loading…
Reference in a new issue