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