From bf897cd51fdd75014307238f836fe778f9f526b5 Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Tue, 10 Aug 2010 15:41:41 +0000 Subject: [PATCH] Elementary: Update textblock theme to *not* hardcode alignment to the left. This is still the default in the object, but this allows us to auto-align according to natural text direction without breaking functionality. SVN revision: 50967 --- data/themes/default.edc | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/data/themes/default.edc b/data/themes/default.edc index 0c0017f..a2dd2b1 100644 --- a/data/themes/default.edc +++ b/data/themes/default.edc @@ -530,7 +530,7 @@ collections { styles { style { name: "textblock_style"; - base: "font=Sans font_size=10 align=left color=#000 wrap=word"; + base: "font=Sans font_size=10 color=#000 wrap=word"; tag: "br" "\n"; tag: "ps" "ps"; @@ -5644,7 +5644,7 @@ collections { styles { style { name: "entry_textblock_style"; - base: "font=Sans font_size=10 align=left color=#000 wrap=word"; + base: "font=Sans font_size=10 color=#000 wrap=word"; tag: "br" "\n"; tag: "ps" "ps"; tag: "tab" "\t"; @@ -5654,7 +5654,7 @@ collections { tag: "hilight" "+ font=Sans:style=Bold"; } style { name: "entry_textblock_disabled_style"; - base: "font=Sans font_size=10 align=left color=#00000080 wrap=word"; + base: "font=Sans font_size=10 color=#00000080 wrap=word"; tag: "br" "\n"; tag: "ps" "ps"; tag: "tab" "\t"; @@ -5723,7 +5723,7 @@ collections { styles { style { name: "entry_textblock_style_charwrap"; - base: "font=Sans font_size=10 align=left color=#000 wrap=char"; + base: "font=Sans font_size=10 color=#000 wrap=char"; tag: "br" "\n"; tag: "ps" "ps"; tag: "tab" "\t"; @@ -5733,7 +5733,7 @@ collections { tag: "hilight" "+ font=Sans:style=Bold"; } style { name: "entry_textblock_disabled_style_charwrap"; - base: "font=Sans font_size=10 align=left color=#00000080 wrap=char"; + base: "font=Sans font_size=10 color=#00000080 wrap=char"; tag: "br" "\n"; tag: "ps" "ps"; tag: "tab" "\t"; @@ -5879,7 +5879,7 @@ collections { styles { style { name: "entry_single_textblock_style"; - base: "font=Sans font_size=10 align=left color=#000 wrap=none"; + base: "font=Sans font_size=10 color=#000 wrap=none"; tag: "br" "\n"; tag: "ps" "ps"; tag: "tab" "\t"; @@ -5889,7 +5889,7 @@ collections { tag: "hilight" "+ font=Sans:style=Bold"; } style { name: "entry_single_textblock_disabled_style"; - base: "font=Sans font_size=10 align=left color=#00000080 wrap=none"; + base: "font=Sans font_size=10 color=#00000080 wrap=none"; tag: "br" "\n"; tag: "ps" "ps"; tag: "tab" "\t"; -- 2.7.4