|
|
|
|
@ -3,6 +3,7 @@
|
|
|
|
|
<interface domain="ubinstall-gtk">
|
|
|
|
|
<requires lib="gtk+" version="3.24"/>
|
|
|
|
|
<!-- interface-css-provider-path ubinstall-gtk.css -->
|
|
|
|
|
<object class="GtkSizeGroup"/>
|
|
|
|
|
<object class="GtkImage" id="image1">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
|
@ -54,10 +55,10 @@
|
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
|
<property name="spacing">5</property>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkLabel" id="AppLabel">
|
|
|
|
|
<object class="GtkLabel" id="GroupLabel">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
|
<property name="label" translatable="yes">Unit:</property>
|
|
|
|
|
<property name="label" translatable="yes">Service:</property>
|
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
|
</object>
|
|
|
|
|
<packing>
|
|
|
|
|
@ -90,10 +91,10 @@
|
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
|
<property name="spacing">5</property>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkLabel" id="GroupLabel">
|
|
|
|
|
<object class="GtkLabel" id="AppLabel">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
|
<property name="label" translatable="yes">Service:</property>
|
|
|
|
|
<property name="label" translatable="yes">Unit:</property>
|
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
|
</object>
|
|
|
|
|
<packing>
|
|
|
|
|
@ -209,11 +210,4 @@
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
</object>
|
|
|
|
|
<object class="GtkSizeGroup">
|
|
|
|
|
<widgets>
|
|
|
|
|
<widget name="DescriptionLabel"/>
|
|
|
|
|
<widget name="GroupLabel"/>
|
|
|
|
|
<widget name="AppLabel"/>
|
|
|
|
|
</widgets>
|
|
|
|
|
</object>
|
|
|
|
|
</interface>
|
|
|
|
|
|