diff options
author | discomfitor <michael.blumenkrantz@gmail.com> | 2013-09-01 14:18:14 +0100 |
---|---|---|
committer | discomfitor <michael.blumenkrantz@gmail.com> | 2013-09-01 14:18:14 +0100 |
commit | df5051e855a7243d823b108b66badb64fb3db41b (patch) | |
tree | 793240931e8463f46edab04192729db6f471381a /data | |
parent | ed74c7338657e5ac36f26aaefb9767e8ca2d48b0 (diff) |
fix chat layout, focus, timestamps
Diffstat (limited to 'data')
-rw-r--r-- | data/themes/chat_basic.edc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/data/themes/chat_basic.edc b/data/themes/chat_basic.edc index 6f963cc..d3b468a 100644 --- a/data/themes/chat_basic.edc +++ b/data/themes/chat_basic.edc | |||
@@ -12,7 +12,9 @@ collections { | |||
12 | } | 12 | } |
13 | part { name: "swallow.bar"; type: SWALLOW; | 13 | part { name: "swallow.bar"; type: SWALLOW; |
14 | description { state: "default"; | 14 | description { state: "default"; |
15 | align: 0.5 0.0; | ||
15 | fixed: 0 1; | 16 | fixed: 0 1; |
17 | rel2.relative: 1 0; | ||
16 | } | 18 | } |
17 | } | 19 | } |
18 | part { name: "swallow.chat"; type: SWALLOW; | 20 | part { name: "swallow.chat"; type: SWALLOW; |