kopia lustrzana https://gitlab.com/Zwarf/picplanner
Reduce margins in of the data overview box to fit mobile screens better
rodzic
aed0356c7c
commit
618ab33c46
|
@ -33,9 +33,9 @@
|
|||
<child>
|
||||
<object class="AdwClamp" id="basic_information">
|
||||
<property name="margin-top">8</property>
|
||||
<property name="margin-bottom">12</property>
|
||||
<property name="margin-start">12</property>
|
||||
<property name="margin-end">12</property>
|
||||
<property name="margin-bottom">8</property>
|
||||
<property name="margin-start">4</property>
|
||||
<property name="margin-end">4</property>
|
||||
|
||||
<child>
|
||||
<object class="GtkBox">
|
||||
|
@ -52,7 +52,7 @@
|
|||
<property name="column-homogeneous">false</property>
|
||||
<property name="hexpand">true</property>
|
||||
<property name="halign">fill</property>
|
||||
<property name="column-spacing">10</property>
|
||||
<property name="column-spacing">6</property>
|
||||
<property name="row-spacing">10</property>
|
||||
<property name="margin-start">8</property>
|
||||
<property name="margin-end">8</property>
|
||||
|
|
Ładowanie…
Reference in New Issue