[feat] add status for progress

This commit is contained in:
Julian Sparber
2017-02-23 00:56:11 +01:00
parent 9d00267b68
commit f74c2729d4

View File

@@ -335,6 +335,28 @@
<property name="height">1</property> <property name="height">1</property>
</packing> </packing>
</child> </child>
<child>
<object class="GtkLabel" id="remote-devics-description-3">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">100 MB / 5 GB</property>
<style>
<class name="dim-label"/>
</style>
<attributes>
<attribute name="scale" value="0.7"/>
</attributes>
</object>
<packing>
<property name="left_attach">0</property>
<property name="top_attach">3</property>
<property name="width">1</property>
<property name="height">1</property>
</packing>
</child>
<child> <child>
<object class="GtkButton" id="touchpad-natural-scrolling-switch"> <object class="GtkButton" id="touchpad-natural-scrolling-switch">
<property name="visible">True</property> <property name="visible">True</property>
@@ -345,7 +367,7 @@
</object> </object>
<packing> <packing>
<property name="left_attach">1</property> <property name="left_attach">1</property>
<property name="top_attach">0</property> <property name="top_attach">1</property>
<property name="width">1</property> <property name="width">1</property>
<property name="height">2</property> <property name="height">2</property>
</packing> </packing>