Fixed paddings

pull/48/head
parent 982692f1a9
commit e43b40872c

@ -898,11 +898,18 @@ Configuration - configuration path</property>
<property name="spacing">5</property>
<child>
<object class="GtkCheckButton" id="UsageDefaultCheck">
<property name="label" translatable="yes">Default</property>
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="receives-default">False</property>
<property name="draw-indicator">True</property>
<child>
<object class="GtkLabel">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="label" translatable="yes">Default</property>
<property name="xalign">0</property>
</object>
</child>
</object>
<packing>
<property name="expand">False</property>
@ -912,11 +919,19 @@ Configuration - configuration path</property>
</child>
<child>
<object class="GtkCheckButton" id="UsageEnableUpdateCheck">
<property name="label" translatable="yes">Enable repository update</property>
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="receives-default">False</property>
<property name="draw-indicator">True</property>
<child>
<object class="GtkLabel">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="label" translatable="yes">Enable repository update</property>
<property name="wrap">True</property>
<property name="xalign">0</property>
</object>
</child>
</object>
<packing>
<property name="expand">False</property>
@ -926,11 +941,19 @@ Configuration - configuration path</property>
</child>
<child>
<object class="GtkCheckButton" id="UsageEnableSearchCheck">
<property name="label" translatable="yes">Enable repository search</property>
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="receives-default">False</property>
<property name="draw-indicator">True</property>
<child>
<object class="GtkLabel">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="label" translatable="yes">Enable repository search</property>
<property name="wrap">True</property>
<property name="xalign">0</property>
</object>
</child>
</object>
<packing>
<property name="expand">False</property>
@ -950,6 +973,7 @@ Configuration - configuration path</property>
<property name="can-focus">False</property>
<property name="label" translatable="yes">Enable installation of packages from this repository during --sync operation</property>
<property name="wrap">True</property>
<property name="xalign">0</property>
</object>
</child>
<style>
@ -974,6 +998,7 @@ Configuration - configuration path</property>
<property name="can-focus">False</property>
<property name="label" translatable="yes">Allow this repository to be a valid source of packages when running --sysupgrade</property>
<property name="wrap">True</property>
<property name="xalign">0</property>
<style>
<class name="thin"/>
</style>

Loading…
Cancel
Save