pamac-classic/data/interface/progress_box.ui

35 lines
1.2 KiB
Plaintext
Raw Normal View History

2016-05-17 13:11:49 -04:00
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.20.0 -->
<interface>
2017-10-02 10:23:53 -03:00
<requires lib="gtk+" version="3.12"/>
2016-05-17 13:11:49 -04:00
<template class="PamacProgressBox" parent="GtkBox">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="orientation">vertical</property>
2016-05-20 04:21:45 -04:00
<property name="spacing">3</property>
2016-05-17 13:11:49 -04:00
<child>
<object class="GtkLabel" id="action_label">
<property name="visible">True</property>
<property name="can_focus">False</property>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">0</property>
</packing>
</child>
<child>
<object class="GtkProgressBar" id="progressbar">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="show_text">True</property>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">1</property>
</packing>
</child>
</template>
</interface>