[gnome-terminal] Removed markup from UI file. Fixes bug #683653
- From: Daniel Mustieles GarcÃa <dmustieles src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-terminal] Removed markup from UI file. Fixes bug #683653
- Date: Mon, 17 Dec 2012 10:24:15 +0000 (UTC)
commit cceaf2ab5a9bcf0ff8cee233293bf2d3a228a3d2
Author: Daniel Mustieles <daniel mustieles gmail com>
Date: Mon Dec 17 11:24:08 2012 +0100
Removed markup from UI file. Fixes bug #683653
src/profile-preferences.ui | 38 ++++++++++++++++++++++++++------------
1 files changed, 26 insertions(+), 12 deletions(-)
---
diff --git a/src/profile-preferences.ui b/src/profile-preferences.ui
index 0ae25c2..c685f72 100644
--- a/src/profile-preferences.ui
+++ b/src/profile-preferences.ui
@@ -580,8 +580,10 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes"><b>Title</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Title</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
<packing>
<property name="expand">False</property>
@@ -710,8 +712,10 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes"><b>Command</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Command</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
<packing>
<property name="expand">False</property>
@@ -930,8 +934,10 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes"><b>Foreground, Background, Bold and Underline</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Foreground, Background, Bold and Underline</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
<packing>
<property name="expand">False</property>
@@ -1227,8 +1233,10 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes"><b>Palette</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Palette</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
<packing>
<property name="expand">False</property>
@@ -1525,8 +1533,11 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes"><small><i><b>Note:</b> Terminal applications have these colors available to them.</i></small></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes"><b>Note:</b> Terminal applications have these colors available to them.</property>
+ <attributes>
+ <attribute name="style" value="italic"/>
+ <attribute name="size" value="0.83"/>
+ </attributes>
<property name="justify">center</property>
</object>
<packing>
@@ -1805,8 +1816,11 @@
<property name="can_focus">False</property>
<property name="xalign">0</property>
<property name="yalign">7.4505801528346183e-09</property>
- <property name="label" translatable="yes"><small><i><b>Note:</b> These options may cause some applications to behave incorrectly. They are only here to allow you to work around certain applications and operating systems that expect different terminal behavior.</i></small></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes"><b>Note:</b> These options may cause some applications to behave incorrectly. They are only here to allow you to work around certain applications and operating systems that expect different terminal behavior.</property>
+ <attributes>
+ <attribute name="style" value="italic"/>
+ <attribute name="size" value="0.83"/>
+ </attributes>
<property name="wrap">True</property>
</object>
<packing>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]