mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-09 10:20:07 +00:00
08df891070
Color values must be divisible by 15 to be convertible into U8 and U16 values with the same result. 0x80 is not one of these values, so switch it to 0x99.
21 lines
1009 B
XML
21 lines
1009 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<object class="GtkWindow" id="window1">
|
|
<property name="decorated">0</property>
|
|
<child>
|
|
<object class="GtkLabel" id="label1">
|
|
<property name="label" translatable="yes">Hello linky World</property>
|
|
<attributes>
|
|
<attribute name="foreground" value="#000099990000" start="1" end="3"></attribute>
|
|
<attribute name="foreground" value="#ffff00000000" start="3" end="8"></attribute>
|
|
<attribute name="foreground" value="#0000ffff0000" start="8" end="9"></attribute>
|
|
<attribute name="foreground" value="#00000000ffff" start="9" end="10"></attribute>
|
|
<attribute name="foreground" value="#ffff99999999" start="10" end="14"></attribute>
|
|
<attribute name="foreground" value="#9999ffff9999" start="14" end="16"></attribute>
|
|
<attribute name="underline" value="True" start="6" end="11"></attribute>
|
|
</attributes>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</interface>
|