example: added ellipsis: -1 to text parts which have min 1.
authorDaniel Juyung Seo <seojuyung2@gmail.com>
Sat, 17 May 2014 11:22:00 +0000 (20:22 +0900)
committerDaniel Juyung Seo <seojuyung2@gmail.com>
Sat, 17 May 2014 11:22:00 +0000 (20:22 +0900)
src/examples/codegen_example.edc
src/examples/layout_example.edc
src/examples/theme_example.edc

index c91f722613da7ca9baf878ca3f2e742e8f5138f2..c40d397cd223d1f84f0c69b516252d8a90f95f5b 100644 (file)
@@ -28,6 +28,7 @@ collections {
                   size: 16;
                   font: "sans";
                   min: 1 1;
+                  ellipsis: -1;
                }
             }
          }
index f9348a907ec2d8b9eb9f305077a6e23a1ac4094e..23ea31bf80e92880fdfd7e288cd4680e204aa93a 100644 (file)
@@ -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;
                }
             }
          }
index 478bc234c3ff7097987953a8d6e1d4f06fe632a8..dd198803e020b81151f6aa4d358cee5fb815ea4b 100644 (file)
@@ -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 {