summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Blumenkrantz <zmike@samsung.com>2014-05-13 16:14:29 -0400
committerMike Blumenkrantz <zmike@samsung.com>2014-05-13 16:14:29 -0400
commitc3526921d76dab7d27d7c06d8e902359be180ae0 (patch)
tree899eebb9d27ac2ca0861a36082c199c3d7d91bb1
parent87ac7ad13015623d78dbd5c89fcb70682e4293d7 (diff)
downloadelementary-c3526921d76dab7d27d7c06d8e902359be180ae0.tar.gz
more ellipsis fixes
-rw-r--r--data/themes/edc/about-e.edc3
-rw-r--r--data/themes/edc/about-theme.edc1
-rw-r--r--data/themes/edc/check.edc1
-rw-r--r--data/themes/edc/clock.edc3
-rw-r--r--data/themes/edc/dialog.edc1
-rw-r--r--data/themes/edc/ilist.edc2
-rw-r--r--data/themes/edc/label.edc1
-rw-r--r--data/themes/edc/menu.edc1
-rw-r--r--data/themes/edc/radio.edc1
-rw-r--r--data/themes/edc/randr.edc9
-rw-r--r--data/themes/edc/slider.edc2
-rw-r--r--data/themes/edc/sys.edc1
-rw-r--r--data/themes/edc/textblock.edc1
-rw-r--r--data/themes/edc/toolbar.edc1
-rw-r--r--data/themes/edc/wallpaper.edc1
15 files changed, 26 insertions, 3 deletions
diff --git a/data/themes/edc/about-e.edc b/data/themes/edc/about-e.edc
index 5e98f55be..376fef65b 100644
--- a/data/themes/edc/about-e.edc
+++ b/data/themes/edc/about-e.edc
@@ -167,6 +167,7 @@ group { name: "e/widgets/about/main";
rel2.offset: 3 3;
text { font: FN; size: 10;
min: 1 1;
+ ellipsis: -1;
align: 0.0 0.0;
text_class: "about_title";
}
@@ -184,6 +185,7 @@ group { name: "e/widgets/about/main";
rel2.offset: -4 3;
text { font: FN; size: 10;
min: 1 1;
+ ellipsis: -1;
align: 1.0 0.0;
text_class: "about_version";
}
@@ -220,6 +222,7 @@ group { name: "e/widgets/about/main";
align: 0.5 1.0;
text { font: FN; size: 10;
min: 1 1;
+ ellipsis: -1;
align: 0.5 0.5;
text_class: "button";
}
diff --git a/data/themes/edc/about-theme.edc b/data/themes/edc/about-theme.edc
index e5fda6d68..d27d2001c 100644
--- a/data/themes/edc/about-theme.edc
+++ b/data/themes/edc/about-theme.edc
@@ -52,6 +52,7 @@ group { name: "e/theme/about";
text { font: FN; size: 10;
text: "The default theme for Enlightenment";
min: 1 1;
+ ellipsis: -1;
align: 0.5 1.0;
}
}
diff --git a/data/themes/edc/check.edc b/data/themes/edc/check.edc
index 36d88f73f..6435da41a 100644
--- a/data/themes/edc/check.edc
+++ b/data/themes/edc/check.edc
@@ -77,6 +77,7 @@ group { name: "e/widgets/check";
color3: 255 255 255 255;
text { font: FN; size: 10;
min: 1 1;
+ ellipsis: -1;
align: 0.0 0.5;
text_class: "check_button";
}
diff --git a/data/themes/edc/clock.edc b/data/themes/edc/clock.edc
index ee30d813a..730861c00 100644
--- a/data/themes/edc/clock.edc
+++ b/data/themes/edc/clock.edc
@@ -817,6 +817,7 @@ group { name: "e/modules/clock/calendar/dayname";
text { font: FN; size: 8;
text: "WWe";
min: 1 1;
+ ellipsis: -1;
align: 0.5 0.5;
text_class: "module_small";
}
@@ -878,6 +879,7 @@ group { name: "e/modules/clock/calendar/day";
text { font: FN; size: 10;
text: "00";
min: 1 1;
+ ellipsis: -1;
align: 0.5 0.5;
}
}
@@ -906,6 +908,7 @@ group { name: "e/modules/clock/calendar/day";
text { font: FN; size: 10;
text_source: "e.text.label";
min: 1 1;
+ ellipsis: -1;
align: 0.5 0.5;
}
visible: 0;
diff --git a/data/themes/edc/dialog.edc b/data/themes/edc/dialog.edc
index 80f7cd719..8e947e849 100644
--- a/data/themes/edc/dialog.edc
+++ b/data/themes/edc/dialog.edc
@@ -103,6 +103,7 @@ group { name: "e/widgets/dialog/text";
text {
style: "dialog_style";
min: 1 1;
+ ellipsis: -1;
}
}
}
diff --git a/data/themes/edc/ilist.edc b/data/themes/edc/ilist.edc
index 9833368f2..7bad83b0c 100644
--- a/data/themes/edc/ilist.edc
+++ b/data/themes/edc/ilist.edc
@@ -36,6 +36,7 @@ group { name: "e/ilist";
color_class: "ilist_typebuf";
text { font: FNBD; size: 10;
min: 1 1;
+ ellipsis: -1;
align: 0.5 0.5;
text_class: "ilist_typebuf";
}
@@ -144,6 +145,7 @@ group { name: "e/widgets/ilist";
color3: 255 255 255 255;
text { font: FN; size: 10;
min: 1 1;
+ ellipsis: -1;
align: 0.0 0.5;
text_class: "ilist_item";
}
diff --git a/data/themes/edc/label.edc b/data/themes/edc/label.edc
index 825ca5ec5..954274f24 100644
--- a/data/themes/edc/label.edc
+++ b/data/themes/edc/label.edc
@@ -10,6 +10,7 @@ group { name: "e/widgets/label";
color3: 255 255 255 255;
text { font: FN; size: 10;
min: 1 1;
+ ellipsis: -1;
align: 0.0 0.5;
text_class: "label";
}
diff --git a/data/themes/edc/menu.edc b/data/themes/edc/menu.edc
index 4305eb577..ff85c1939 100644
--- a/data/themes/edc/menu.edc
+++ b/data/themes/edc/menu.edc
@@ -271,6 +271,7 @@ group { name: "e/widgets/menu/default/label";
color3: 255 255 255 255;
text { font: FN; size: 10;
min: 1 1;
+ ellipsis: -1;
align: 0.0 0.5;
text_class: "menu_item";
}
diff --git a/data/themes/edc/radio.edc b/data/themes/edc/radio.edc
index df0fd08d0..76db7050f 100644
--- a/data/themes/edc/radio.edc
+++ b/data/themes/edc/radio.edc
@@ -54,6 +54,7 @@ group { name: "e/widgets/radio";
color3: 255 255 255 255;
text { font: FN; size: 10;
min: 1 1;
+ ellipsis: -1;
align: 0.0 0.5;
text_class: "radio_button";
}
diff --git a/data/themes/edc/randr.edc b/data/themes/edc/randr.edc
index 3dcb27d4a..af5ab8fce 100644
--- a/data/themes/edc/randr.edc
+++ b/data/themes/edc/randr.edc
@@ -214,7 +214,8 @@ group { name: "e/conf/randr/main/frame";
rel2.to: "e.swallow.preview";
align: 0.5 1.0;
text { style: "randr_name_style";
- min: 1.0 1.0;
+ min: 1 1;
+ ellipsis: -1;
}
}
}
@@ -227,7 +228,8 @@ group { name: "e/conf/randr/main/frame";
rel2.to: "e.swallow.preview";
align: 0.5 0.0;
text { style: "randr_resolution_style";
- min: 1.0 1.0;
+ min: 1 1;
+ ellipsis: -1;
}
}
description { state: "off" 0.0;
@@ -246,7 +248,8 @@ group { name: "e/conf/randr/main/frame";
rel2.to: "e.swallow.preview";
align: 0.5 0.0;
text { style: "randr_position_style";
- min: 1.0 1.0;
+ min: 1 1;
+ ellipsis: -1;
}
}
description { state: "off" 0.0;
diff --git a/data/themes/edc/slider.edc b/data/themes/edc/slider.edc
index 092ab7a38..c500234c2 100644
--- a/data/themes/edc/slider.edc
+++ b/data/themes/edc/slider.edc
@@ -91,6 +91,7 @@ group { name: "e/widgets/slider_horizontal";
description { state: "active" 0.0;
inherit: "default" 0.0;
text.min: 1 1;
+ text.ellipsis: -1;
visible: 1;
max: 99999 99999;
}
@@ -315,6 +316,7 @@ group { name: "e/widgets/slider_vertical";
description { state: "active" 0.0;
inherit: "default" 0.0;
text.min: 1 1;
+ text.ellipsis: -1;
visible: 1;
max: 99999 99999;
}
diff --git a/data/themes/edc/sys.edc b/data/themes/edc/sys.edc
index a44856670..e8f21a412 100644
--- a/data/themes/edc/sys.edc
+++ b/data/themes/edc/sys.edc
@@ -47,6 +47,7 @@ group { name: "e/sys/logout";
min: 20 80;
text { style: "sys_style";
min: 1 1;
+ ellipsis: -1;
}
}
}
diff --git a/data/themes/edc/textblock.edc b/data/themes/edc/textblock.edc
index 448355f9d..a37769982 100644
--- a/data/themes/edc/textblock.edc
+++ b/data/themes/edc/textblock.edc
@@ -18,6 +18,7 @@ group { name: "e/widgets/textblock";
text {
style: "textblock_style";
min: 1 1;
+ ellipsis: -1;
}
}
}
diff --git a/data/themes/edc/toolbar.edc b/data/themes/edc/toolbar.edc
index 4a4ecffac..86ba74253 100644
--- a/data/themes/edc/toolbar.edc
+++ b/data/themes/edc/toolbar.edc
@@ -260,6 +260,7 @@ group { name: "e/widgets/toolbar/item";
color_class: "menu_item";
text { font: FN; size: 10;
min: 1 1;
+ ellipsis: -1;
align: 0.5 0.5;
text_class: "menu_item";
}
diff --git a/data/themes/edc/wallpaper.edc b/data/themes/edc/wallpaper.edc
index e7bbb4a2c..43a46476b 100644
--- a/data/themes/edc/wallpaper.edc
+++ b/data/themes/edc/wallpaper.edc
@@ -128,6 +128,7 @@
font: FNBD;
size: 10;
min: 1 1;
+ ellipsis: -1;
align: 0.5 1.0;
}
}