forked from AuroraMiddleware/gtk
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.
17 lines
812 B
XML
17 lines
812 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="use-markup">1</property>
|
|
<property name="label" translatable="yes">H<span color="#009900">ell</span>o <a href="http://example.com">l<span color="#00FF00">in</span>ky</a> <span color="#99FF99">Worl</span>d</property>
|
|
<attributes>
|
|
<attribute name="foreground" value="#ffff00000000" start="3" end="8"></attribute>
|
|
<attribute name="foreground" value="#ffff99999999" start="10" end="14"></attribute>
|
|
</attributes>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</interface>
|