mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 02:40:11 +00:00
4927b6e625
Compare with labels again.
40 lines
1.3 KiB
XML
40 lines
1.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<object class="GtkWindow">
|
|
<property name="default-width">200</property>
|
|
<property name="decorated">0</property>
|
|
<child>
|
|
<object class="GtkBox">
|
|
<property name="orientation">vertical</property>
|
|
<child>
|
|
<object class="GtkInscription">
|
|
<property name="text" translatable="yes">align
|
|
0.0</property>
|
|
<property name="wrap-mode">word</property>
|
|
<property name="min-lines">2</property>
|
|
<property name="xalign">0</property>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkInscription">
|
|
<property name="text" translatable="yes">align
|
|
0.5</property>
|
|
<property name="wrap-mode">word</property>
|
|
<property name="min-lines">2</property>
|
|
<property name="xalign">0.5</property>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkInscription">
|
|
<property name="text" translatable="yes">align
|
|
1.0</property>
|
|
<property name="wrap-mode">word</property>
|
|
<property name="min-lines">2</property>
|
|
<property name="xalign">1</property>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</interface>
|