printers: Avoid unnecessary use of markup
Replace unnecessary use of markup with text proprieties.
This commit is contained in:
parent
dfdc194cbe
commit
703129bbfe
1 changed files with 4 additions and 2 deletions
|
@ -716,8 +716,10 @@
|
||||||
<child type="label">
|
<child type="label">
|
||||||
<object class="GtkLabel" id="label11">
|
<object class="GtkLabel" id="label11">
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
<property name="label" translatable="yes"><b>Allowed users</b></property>
|
<property name="label" translatable="yes">Allowed users</property>
|
||||||
<property name="use_markup">True</property>
|
<attributes>
|
||||||
|
<attribute name="weight" value="bold"/>
|
||||||
|
</attributes>
|
||||||
</object>
|
</object>
|
||||||
</child>
|
</child>
|
||||||
</object>
|
</object>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue