From 0082a0f22e845b623c832493ef3c57f0656fd9af Mon Sep 17 00:00:00 2001 From: raster Date: Wed, 30 Mar 2011 12:24:37 +0000 Subject: [PATCH] and use the new valign mojo for tb.. yay! git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@58210 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- data/themes/default.edc | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/data/themes/default.edc b/data/themes/default.edc index 63b3830..9b39798 100644 --- a/data/themes/default.edc +++ b/data/themes/default.edc @@ -8354,6 +8354,7 @@ collections { text { style: "entry_textblock_style"; min: 0 1; + align: 0.0 0.0; } } description { state: "disabled" 0.0; @@ -8430,6 +8431,7 @@ collections { text { style: "entry_textblock_style_charwrap"; min: 0 1; + align: 0.0 0.0; } } description { state: "disabled" 0.0; @@ -8479,6 +8481,7 @@ collections { text { style: "entry_textblock_style"; min: 1 1; + align: 0.0 0.0; } } description { state: "disabled" 0.0; @@ -8581,7 +8584,8 @@ collections { text { style: "entry_single_textblock_style"; min: 1 1; - max: 0 1; + max: 0 0; + align: 0.0 0.5; } } description { state: "disabled" 0.0; @@ -8629,7 +8633,8 @@ collections { text { style: "entry_single_textblock_style"; min: 1 1; - max: 0 1; + max: 0 0; + align: 0.0 0.5; } } description { state: "disabled" 0.0; @@ -8678,6 +8683,7 @@ collections { text { style: "entry_textblock_style"; min: 0 1; + align: 0.0 0.0; } } description { state: "disabled" 0.0; @@ -8726,6 +8732,7 @@ collections { text { style: "entry_textblock_style_charwrap"; min: 0 1; + align: 0.0 0.0; } } description { state: "disabled" 0.0; @@ -8773,6 +8780,7 @@ collections { text { style: "entry_textblock_style"; min: 1 1; + align: 0.0 0.0; } } description { state: "disabled" 0.0; @@ -8822,7 +8830,8 @@ collections { style: "entry_single_textblock_style"; repch: "*"; min: 1 1; - max: 0 1; + max: 0 0; + align: 0.0 0.5; } } description { state: "disabled" 0.0; -- 2.7.4