From bbb70363f118eeecd0173c25cb4d90881a7e6a8e Mon Sep 17 00:00:00 2001 From: Daniel Juyung Seo Date: Sat, 17 May 2014 20:22:00 +0900 Subject: [PATCH] example: added ellipsis: -1 to text parts which have min 1. --- legacy/elementary/src/examples/codegen_example.edc | 1 + legacy/elementary/src/examples/layout_example.edc | 2 ++ legacy/elementary/src/examples/theme_example.edc | 2 ++ 3 files changed, 5 insertions(+) diff --git a/legacy/elementary/src/examples/codegen_example.edc b/legacy/elementary/src/examples/codegen_example.edc index c91f722..c40d397 100644 --- a/legacy/elementary/src/examples/codegen_example.edc +++ b/legacy/elementary/src/examples/codegen_example.edc @@ -28,6 +28,7 @@ collections { size: 16; font: "sans"; min: 1 1; + ellipsis: -1; } } } diff --git a/legacy/elementary/src/examples/layout_example.edc b/legacy/elementary/src/examples/layout_example.edc index f9348a9..23ea31b 100644 --- a/legacy/elementary/src/examples/layout_example.edc +++ b/legacy/elementary/src/examples/layout_example.edc @@ -28,6 +28,7 @@ collections { size: 16; font: "sans"; min: 1 1; + ellipsis: -1; } } } @@ -129,6 +130,7 @@ collections { size: 16; font: "sans"; min: 1 1; + ellipsis: -1; } } } diff --git a/legacy/elementary/src/examples/theme_example.edc b/legacy/elementary/src/examples/theme_example.edc index 478bc23..dd19880 100644 --- a/legacy/elementary/src/examples/theme_example.edc +++ b/legacy/elementary/src/examples/theme_example.edc @@ -76,6 +76,7 @@ collections { inherit: "default" 0.0; visible: 1; text.min: 1 1; + text.ellipsis: -1; } description { state: "disabled" 0.0; inherit: "default" 0.0; @@ -84,6 +85,7 @@ collections { inherit: "default" 0.0; visible: 1; text.min: 1 1; + text.ellipsis: -1; } } programs { -- 2.7.4