display: Use text attributes instead of markup
in the UI file. https://bugzilla.gnome.org/show_bug.cgi?id=639184
This commit is contained in:
parent
5839a2735c
commit
55a118f386
1 changed files with 4 additions and 2 deletions
|
@ -241,8 +241,10 @@
|
|||
<object class="GtkLabel" id="clone_resolution_warning_label">
|
||||
<property name="visible">True</property>
|
||||
<property name="xalign">0</property>
|
||||
<property name="label" translatable="yes"><i>Note: may limit resolution options</i></property>
|
||||
<property name="use_markup">True</property>
|
||||
<property name="label" translatable="yes">Note: may limit resolution options</property>
|
||||
<attributes>
|
||||
<attribute name="style" value="italic"/>
|
||||
</attributes>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
|
|
Loading…
Add table
Reference in a new issue