[gnome-control-center] display: Use text attributes instead of markup
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center] display: Use text attributes instead of markup
- Date: Fri, 14 Jan 2011 14:23:07 +0000 (UTC)
commit 55a118f3860644c86899d01085c00e50f53ea938
Author: Khaled Hosny <khaledhosny eglug org>
Date: Fri Jan 14 14:22:41 2011 +0000
display: Use text attributes instead of markup
in the UI file.
https://bugzilla.gnome.org/show_bug.cgi?id=639184
panels/display/display-capplet.ui | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/panels/display/display-capplet.ui b/panels/display/display-capplet.ui
index 7e4a24c..d73c73b 100644
--- a/panels/display/display-capplet.ui
+++ b/panels/display/display-capplet.ui
@@ -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>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]