background: Use text attributes instead of markup
in the UI file. https://bugzilla.gnome.org/show_bug.cgi?id=639187
This commit is contained in:
parent
76459723b0
commit
5839a2735c
1 changed files with 4 additions and 2 deletions
|
@ -99,8 +99,10 @@
|
|||
<object class="GtkLabel" id="background-label">
|
||||
<property name="visible">True</property>
|
||||
<property name="xalign">0</property>
|
||||
<property name="label"><b>Current background</b></property>
|
||||
<property name="use_markup">True</property>
|
||||
<property name="label">Current background</property>
|
||||
<attributes>
|
||||
<attribute name="weight" value="bold"/>
|
||||
</attributes>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="position">0</property>
|
||||
|
|
Loading…
Add table
Reference in a new issue