revert X Property change, and cleanup formatting

This commit is contained in:
Ashley Wulber 2021-12-29 17:31:01 -05:00
parent 5a4a802751
commit 65f43a9300
32 changed files with 459 additions and 429 deletions

View file

@ -1,20 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<template class="DockItem" parent="GtkBox">
<property name="orientation">vertical</property>
<child>
<object class="GtkImage" id="image">
<property name="margin-start">4</property>
<property name="margin-end">4</property>
<property name="margin-top">4</property>
<property name="pixel-size">48</property>
</object>
</child>
<child>
<object class="GtkLabel" id="dots">
<property name="hexpand">true</property>
<property name="halign">center</property>
</object>
</child>
</template>
<template class="DockItem" parent="GtkBox">
<property name="orientation">vertical</property>
<child>
<object class="GtkImage" id="image">
<property name="margin-start">4</property>
<property name="margin-end">4</property>
<property name="margin-top">4</property>
<property name="pixel-size">48</property>
<property name="icon-size">large</property>
</object>
</child>
<child>
<object class="GtkLabel" id="dots">
<property name="hexpand">true</property>
<property name="halign">center</property>
</object>
</child>
</template>
</interface>