more ellipsis fixes

This commit is contained in:
Mike Blumenkrantz 2014-05-13 16:14:29 -04:00
parent 859b741424
commit 48a077b62e
15 changed files with 26 additions and 3 deletions

View File

@ -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";
}

View File

@ -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;
}
}

View File

@ -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";
}

View File

@ -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;

View File

@ -103,6 +103,7 @@ group { name: "e/widgets/dialog/text";
text {
style: "dialog_style";
min: 1 1;
ellipsis: -1;
}
}
}

View File

@ -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";
}

View File

@ -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";
}

View File

@ -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";
}

View File

@ -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";
}

View File

@ -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;

View File

@ -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;
}

View File

@ -47,6 +47,7 @@ group { name: "e/sys/logout";
min: 20 80;
text { style: "sys_style";
min: 1 1;
ellipsis: -1;
}
}
}

View File

@ -18,6 +18,7 @@ group { name: "e/widgets/textblock";
text {
style: "textblock_style";
min: 1 1;
ellipsis: -1;
}
}
}

View File

@ -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";
}

View File

@ -128,6 +128,7 @@
font: FNBD;
size: 10;
min: 1 1;
ellipsis: -1;
align: 0.5 1.0;
}
}