add ellipsis to elm theme where necessary

This commit is contained in:
Mike Blumenkrantz 2014-05-13 15:45:30 -04:00
parent be3e33171f
commit 859b741424
23 changed files with 124 additions and 0 deletions

View File

@ -51,6 +51,7 @@ group { name: "elm/actionslider/base/default";
text { font: FN; size: 10;
align: 0.05 0.5;
min: 1 1;
ellipsis: -1;
text_class: "button";
}
}
@ -69,6 +70,7 @@ group { name: "elm/actionslider/base/default";
text { font: FN; size: 10;
align: 0.5 0.5;
min: 1 1;
ellipsis: -1;
text_class: "check_off_text";
}
}
@ -87,6 +89,7 @@ group { name: "elm/actionslider/base/default";
text { font: FN; size: 10;
align: 0.95 0.5;
min: 1 1;
ellipsis: -1;
text_class: "check_off_text";
}
}

View File

@ -44,6 +44,7 @@ group { name: "elm/bubble/top_left/default";
rel2.to: "elm.swallow.icon";
text {
min: 1 1;
ellipsis: -1;
text: "M";
}
}
@ -88,6 +89,7 @@ group { name: "elm/bubble/top_left/default";
color_class: "bubble_info";
text { font: FNBD; size: 10;
min: 1 1;
ellipsis: -1;
max: 1 1;
align: 1.0 0.0;
text_class: "bubble_info";
@ -231,6 +233,7 @@ group { name: "elm/bubble/top_right/default";
rel2.to: "elm.swallow.icon";
text {
min: 1 1;
ellipsis: -1;
text: "M";
}
}
@ -272,6 +275,7 @@ group { name: "elm/bubble/top_right/default";
color_class: "bubble_info";
text { font: FNBD; size: 10;
min: 1 1;
ellipsis: -1;
max: 1 1;
align: 1.0 0.0;
text_class: "bubble_info";
@ -416,6 +420,7 @@ group { name: "elm/bubble/bottom_left/default";
rel2.to: "elm.swallow.icon";
text {
min: 1 1;
ellipsis: -1;
text: "M";
}
}
@ -460,6 +465,7 @@ group { name: "elm/bubble/bottom_left/default";
color_class: "bubble_info";
text { font: FNBD; size: 10;
min: 1 1;
ellipsis: -1;
max: 1 1;
align: 1.0 1.0;
text_class: "bubble_info";
@ -596,6 +602,7 @@ group { name: "elm/bubble/bottom_right/default";
rel2.to: "elm.swallow.icon";
text {
min: 1 1;
ellipsis: -1;
text: "M";
}
}
@ -640,6 +647,7 @@ group { name: "elm/bubble/bottom_right/default";
color_class: "bubble_info";
text { font: FNBD; size: 10;
min: 1 1;
ellipsis: -1;
max: 1 1;
align: 1.0 1.0;
text_class: "bubble_info";

View File

@ -130,6 +130,7 @@ group { name: "elm/button/base/default";
rel2.to: "elm.swallow.content";
text {
min: 1 1;
ellipsis: -1;
text: "M";
}
}
@ -139,6 +140,7 @@ group { name: "elm/button/base/default";
rel2.to: "elm.swallow.content";
text {
min: 1 1;
ellipsis: -1;
text: "M";
}
}
@ -166,11 +168,13 @@ group { name: "elm/button/base/default";
inherit: "default" 0.0;
rel1.offset: 2 5;
text.min: 1 1;
text.ellipsis: -1;
visible: 1;
}
description { state: "textonly" 0.0;
inherit: "default" 0.0;
text.min: 1 1;
text.ellipsis: -1;
visible: 1;
}
description { state: "disabled_visible" 0.0;
@ -179,6 +183,7 @@ group { name: "elm/button/base/default";
color_class: "button_text_disabled";
color3: 255 255 255 255;
text.min: 1 1;
text.ellipsis: -1;
visible: 1;
}
description { state: "disabled_textonly" 0.0;
@ -186,6 +191,7 @@ group { name: "elm/button/base/default";
color_class: "button_text_disabled";
color3: 255 255 255 255;
text.min: 1 1;
text.ellipsis: -1;
visible: 1;
}
}
@ -415,6 +421,7 @@ group { name: "elm/button/base/anchor";
rel2.to: "elm.swallow.content";
text {
min: 1 1;
ellipsis: -1;
text: "M";
}
}
@ -424,6 +431,7 @@ group { name: "elm/button/base/anchor";
rel2.to: "elm.swallow.content";
text {
min: 1 1;
ellipsis: -1;
text: "M";
}
}
@ -452,11 +460,13 @@ group { name: "elm/button/base/anchor";
inherit: "default" 0.0;
rel1.offset: 0 0;
text.min: 1 1;
text.ellipsis: -1;
visible: 1;
}
description { state: "textonly" 0.0;
inherit: "default" 0.0;
text.min: 1 1;
text.ellipsis: -1;
visible: 1;
}
description { state: "disabled_visible" 0.0;
@ -464,12 +474,14 @@ group { name: "elm/button/base/anchor";
rel1.offset: 0 0;
color_class: "button_text_anchor_disabled";
text.min: 1 1;
text.ellipsis: -1;
visible: 1;
}
description { state: "disabled_textonly" 0.0;
inherit: "default" 0.0;
color_class: "button_text_anchor_disabled";
text.min: 1 1;
text.ellipsis: -1;
visible: 1;
}
}
@ -486,6 +498,7 @@ group { name: "elm/button/base/anchor";
text { font: FN; size: 10;
text_source: "elm.text";
min: 1 1;
ellipsis: -1;
text_class: "button_anchor";
}
visible: 0;
@ -803,11 +816,13 @@ group { name: "elm/button/base/hoversel_vertical/default";
inherit: "default" 0.0;
rel1.offset: 2 5;
text.min: 1 1;
text.ellipsis: -1;
visible: 1;
}
description { state: "textonly" 0.0;
inherit: "default" 0.0;
text.min: 1 1;
text.ellipsis: -1;
visible: 1;
}
description { state: "disabled_visible" 0.0;
@ -815,12 +830,14 @@ group { name: "elm/button/base/hoversel_vertical/default";
rel1.offset: 2 5;
color_class: "hoversel_text_disabled";
text.min: 1 1;
text.ellipsis: -1;
visible: 1;
}
description { state: "disabled_textonly" 0.0;
inherit: "default" 0.0;
color_class: "hoversel_text_disabled";
text.min: 1 1;
text.ellipsis: -1;
visible: 1;
}
}
@ -1010,6 +1027,7 @@ group { name: "elm/button/base/hoversel_vertical_entry/default";
rel2.to: "elm.swallow.content";
text {
min: 1 1;
ellipsis: -1;
text: "M";
}
}
@ -1019,6 +1037,7 @@ group { name: "elm/button/base/hoversel_vertical_entry/default";
rel2.to: "elm.swallow.content";
text {
min: 1 1;
ellipsis: -1;
text: "M";
}
}
@ -1055,11 +1074,13 @@ group { name: "elm/button/base/hoversel_vertical_entry/default";
inherit: "default" 0.0;
rel1.offset: 2 5;
text.min: 1 1;
text.ellipsis: -1;
visible: 1;
}
description { state: "textonly" 0.0;
inherit: "default" 0.0;
text.min: 1 1;
text.ellipsis: -1;
visible: 1;
}
description { state: "disabled_visible" 0.0;
@ -1067,12 +1088,14 @@ group { name: "elm/button/base/hoversel_vertical_entry/default";
rel1.offset: 2 5;
color_class: "hoversel_text_disabled";
text.min: 1 1;
text.ellipsis: -1;
visible: 1;
}
description { state: "disabled_textonly" 0.0;
inherit: "default" 0.0;
color_class: "hoversel_text_disabled";
text.min: 1 1;
text.ellipsis: -1;
visible: 1;
}
}

View File

@ -198,6 +198,7 @@
color: FN_COL_DISABLE;\
text { font: FN; size: 8; \
min: 1 1; \
ellipsis: -1; \
} \
} \
} \
@ -280,6 +281,7 @@
rel2.to: "cit_"#_pos".rect"; \
text.style: "calendar_date_style"; \
text.min: 1 1; \
text.ellipsis: -1; \
} \
description { state: "holiday" 0.0; \
inherit: "default" 0.0; \

View File

@ -174,6 +174,7 @@ group { name: "elm/check/base/default";
rel2.to: "elm.swallow.content";
text {
min: 1 1;
ellipsis: -1;
text: "M";
}
}
@ -183,6 +184,7 @@ group { name: "elm/check/base/default";
rel2.to: "elm.swallow.content";
text {
min: 1 1;
ellipsis: -1;
text: "M";
}
}
@ -211,12 +213,14 @@ group { name: "elm/check/base/default";
inherit: "default" 0.0;
visible: 1;
text.min: 1 1;
text.ellipsis: -1;
}
description { state: "disabled_visible" 0.0;
inherit: "default" 0.0;
color: FN_COL_DISABLE;
visible: 1;
text.min: 1 1;
text.ellipsis: -1;
}
}
part { name: "event"; type: RECT;
@ -644,6 +648,7 @@ group { name: "elm/check/base/toggle";
rel2.to: "elm.swallow.content";
text {
min: 1 1;
ellipsis: -1;
text: "M";
}
}
@ -653,6 +658,7 @@ group { name: "elm/check/base/toggle";
rel2.to: "elm.swallow.content";
text {
min: 1 1;
ellipsis: -1;
text: "M";
}
}
@ -683,12 +689,14 @@ group { name: "elm/check/base/toggle";
inherit: "default" 0.0;
visible: 1;
text.min: 1 1;
text.ellipsis: -1;
}
description { state: "disabled_visible" 0.0;
inherit: "default" 0.0;
color: FN_COL_DISABLE;
visible: 1;
text.min: 1 1;
text.ellipsis: -1;
}
}
part { name: "event"; type: RECT;

View File

@ -55,6 +55,7 @@
text { \
font: "Sans"; size: 10; \
min: 1 0; \
ellipsis: -1; \
align: 0.5 0.5; \
text_class: "datetime_text"; \
} \

View File

@ -327,6 +327,7 @@ group { name: "elm/check/base/dayselector/default";
font: FN;
size: 10;
min: 1 1;
ellipsis: -1;
text_class: "button";
}
color: FN_COL_DEFAULT;
@ -367,6 +368,7 @@ group { name: "elm/check/base/dayselector/default";
font: FN;
size: 10;
min: 1 1;
ellipsis: -1;
text_source: "elm.text";
text_class: "button";
}

View File

@ -271,6 +271,7 @@ group { name: "elm/diskselector/item/datetime/default";
font: "Sans,Edje-Vera";
size: 10;
min: 1 1;
ellipsis: -1;
}
}
description { state: "center_sel" 0.0;

View File

@ -681,6 +681,7 @@ group { name: "elm/entry/base-nowrap/default";
description { state: "default" 0.0;
text { style: "entry_nowrap_style";
min: 1 1;
ellipsis: -1;
align: 0.0 0.0;
}
}
@ -731,6 +732,7 @@ group { name: "elm/entry/base-single/default";
description { state: "default" 0.0;
text { style: "entry_single_style";
min: 1 1;
ellipsis: -1;
max: 0 0;
align: 0.0 0.5;
}
@ -756,6 +758,7 @@ group { name: "elm/entry/base-single-noedit/default";
description { state: "default" 0.0;
text { style: "entry_single_style";
min: 1 1;
ellipsis: -1;
max: 0 0;
align: 0.0 0.5;
}
@ -852,6 +855,7 @@ group { name: "elm/entry/base-nowrap-noedit/default";
description { state: "default" 0.0;
text { style: "entry_style";
min: 1 1;
ellipsis: -1;
align: 0.0 0.0;
}
}
@ -892,6 +896,7 @@ group { name: "elm/entry/base-password/default";
text { style: "entry_single_style";
repch: "*";
min: 1 1;
ellipsis: -1;
max: 0 0;
align: 0.0 0.5;
}

View File

@ -216,6 +216,7 @@ group { name: "elm/flipselector/base/default";
rel2.offset: -3 -1;
text { font: FN; size: 10;
min: 1 1;
ellipsis: -1;
align: 0.5 0.5;
}
color: FN_COL_DEFAULT;
@ -283,6 +284,7 @@ group { name: "elm/flipselector/base/default";
rel2.offset: -3 -1;
text { font: FN; size: 10;
min: 1 1;
ellipsis: -1;
align: 0.5 0.5;
}
color: FN_COL_DEFAULT;
@ -320,6 +322,7 @@ group { name: "elm/flipselector/base/default";
rel2.offset: -3 -1;
text { font: FN; size: 10;
min: 1 1;
ellipsis: -1;
align: 0.5 0.5;
source: "elm.top";
}
@ -363,6 +366,7 @@ group { name: "elm/flipselector/base/default";
rel2.offset: -3 -3;
text { font: FN; size: 10;
min: 1 1;
ellipsis: -1;
align: 0.5 0.5;
}
color: FN_COL_GREY_192;

View File

@ -170,6 +170,7 @@ group { "elm/genlist/item/group_index/default"; nomouse; program_source: "elm";
color_class: "list_group_item";
text { font: FNBD; size: 10;
min: 1 1;
ellipsis: -1;
align: 0.0 0.5;
text_class: "list_group_item";
}
@ -396,6 +397,7 @@ group { "elm/genlist/item/default/default"; nomouse;
color_class: "list_item";
text { font: FN; size: 10;
min: 1 1;
ellipsis: -1;
align: 0.0 0.5;
text_class: "list_item";
}
@ -607,6 +609,7 @@ group { "elm/genlist/item/default_style/default"; nomouse;
color_class: "list_item";
text { font: FN; size: 10;
min: 1 1;
ellipsis: -1;
align: 0.0 0.5;
text_class: "list_item";
style: "genlist_style";
@ -964,6 +967,7 @@ group { "elm/genlist/item/end_icon/default"; nomouse;
color_class: "list_item";
text { font: FN; size: 10;
min: 1 1;
ellipsis: -1;
align: 0.0 0.5;
text_class: "list_item";
}
@ -1140,6 +1144,7 @@ group { "elm/genlist/item/no_icon/default"; nomouse;
color_class: "list_item";
text { font: FN; size: 10;
min: 1 1;
ellipsis: -1;
align: 0.0 0.5;
text_class: "list_item";
}
@ -1794,6 +1799,7 @@ group { "elm/genlist/item/icon_top_text_bottom/default"; nomouse;
color_class: "list_item";
text { font: FN; size: 10;
min: 1 1;
ellipsis: -1;
align: 0.5 0.5;
text_class: "list_item";
}
@ -1927,6 +1933,7 @@ group { "elm/genlist/item/icon_top_text_bottom/default"; nomouse;
color_class: "list_item";
text { font: FN; size: 10;
min: 1 1;
ellipsis: -1;
align: 0.5 0.5;
text_class: "list_item";
text: "M";
@ -2206,6 +2213,7 @@ group { "elm/genlist/item/double_label/default"; nomouse;
align: 0.0 0.0;
text { font: FN; size: 10;
min: 1 1;
ellipsis: -1;
align: 0.0 0.0;
text_class: "list_item";
}
@ -2309,6 +2317,7 @@ group { "elm/genlist/item/double_label/default"; nomouse;
align: 0.0 1.0;
text { font: FN; size: 8;
min: 1 1;
ellipsis: -1;
align: 0.0 1.0;
text_class: "list_item_sub";
}
@ -2790,6 +2799,7 @@ group { "elm/genlist/item/message/default"; nomouse;
align: 0.0 0.0;
text { font: FN; size: 10;
min: 1 1;
ellipsis: -1;
align: 0.0 0.0;
text_class: "list_item";
}
@ -2896,6 +2906,7 @@ group { "elm/genlist/item/message/default"; nomouse;
color_class: "list_item";
text { font: FN; size: 10;
min: 1 1;
ellipsis: -1;
align: 0.0 0.5;
text_class: "list_item";
}
@ -2985,6 +2996,7 @@ group { "elm/genlist/item/message/default"; nomouse;
align: 0.0 1.0;
text { font: FN; size: 10;
min: 1 1;
ellipsis: -1;
align: 0.0 1.0;
text_class: "list_item";
}
@ -3138,6 +3150,7 @@ group { "elm/genlist/item/media/default"; nomouse;
align: 0.0 0.0;
text { font: FN; size: 10;
min: 1 1;
ellipsis: -1;
align: 0.0 0.0;
text_class: "list_item";
}
@ -3240,6 +3253,7 @@ group { "elm/genlist/item/media/default"; nomouse;
align: 0.0 1.0;
text { font: FN; size: 8;
min: 1 1;
ellipsis: -1;
align: 0.0 1.0;
text_class: "list_item_sub";
}
@ -3579,6 +3593,7 @@ group { "elm/genlist/item/media-album/default"; nomouse;
align: 0.0 0.0;
text { font: FN; size: 10;
min: 1 1;
ellipsis: -1;
align: 0.0 0.0;
text_class: "list_item";
}
@ -3680,6 +3695,7 @@ group { "elm/genlist/item/media-album/default"; nomouse;
rel2.offset: 2 -1;
text { font: FN; size: 10;
min: 1 1;
ellipsis: -1;
align: 0.0 0.5;
text: ":";
}
@ -3704,6 +3720,7 @@ group { "elm/genlist/item/media-album/default"; nomouse;
align: 0.0 0.0;
text { font: FN; size: 10;
min: 1 1;
ellipsis: -1;
align: 0.0 0.0;
text_class: "list_item";
}
@ -3795,6 +3812,7 @@ group { "elm/genlist/item/media-album/default"; nomouse;
align: 0.0 1.0;
text { font: FN; size: 8;
min: 1 1;
ellipsis: -1;
align: 0.0 1.0;
text_class: "list_item_sub";
}
@ -4124,6 +4142,7 @@ group { "elm/genlist/item/media-preview/default"; nomouse;
align: 0.0 0.0;
text { font: FN; size: 10;
min: 1 1;
ellipsis: -1;
align: 0.0 0.0;
text_class: "list_item";
}
@ -4226,6 +4245,7 @@ group { "elm/genlist/item/media-preview/default"; nomouse;
align: 0.0 1.0;
text { font: FN; size: 8;
min: 1 1;
ellipsis: -1;
align: 0.0 1.0;
text_class: "list_item_sub";
}
@ -4673,6 +4693,7 @@ group { "elm/genlist/item/mode/default"; nomouse;
color_class: "list_item";
text { font: FN; size: 10;
min: 1 1;
ellipsis: -1;
align: 0.0 0.5;
text_class: "list_item";
}

View File

@ -60,6 +60,7 @@ group { name: "elm/index/base/vertical/default";
font: FN;
size: 20;
min: 1 1;
ellipsis: -1;
align: 1.0 0.5;
}
}
@ -175,6 +176,7 @@ group { name: "elm/index/item/vertical/default";
font: FN;
size: 10;
min: 1 1;
ellipsis: -1;
align: 0.5 0.5;
}
}
@ -279,6 +281,7 @@ group { name: "elm/index/item_odd/vertical/default";
font: FN;
size: 10;
min: 1 1;
ellipsis: -1;
align: 0.5 0.5;
}
}
@ -408,6 +411,7 @@ group { name: "elm/index/base/horizontal/default";
font: FN;
size: 20;
min: 1 1;
ellipsis: -1;
align: 0.5 1;
}
}
@ -513,6 +517,7 @@ group { name: "elm/index/item/horizontal/default";
font: FN;
size: 10;
min: 1 1;
ellipsis: -1;
align: 0.5 0.5;
}
}
@ -613,6 +618,7 @@ group { name: "elm/index/item_odd/horizontal/default";
font: FN;
size: 10;
min: 1 1;
ellipsis: -1;
align: 0.5 0.5;
}
}

View File

@ -42,6 +42,7 @@ group { name: "elm/label/base/marker";
description { state: "default" 0.0;
text { style: "label_style2";
min: 1 1;
ellipsis: -1;
}
}
}
@ -129,6 +130,7 @@ group { name: "elm/label/base/slide_long";
text {
style: "label_style";
min: 1 1;
ellipsis: -1;
}
}
description { state: "slide_begin" 0.0;
@ -139,6 +141,7 @@ group { name: "elm/label/base/slide_long";
text {
style: "label_style";
min: 1 1;
ellipsis: -1;
}
}
}
@ -239,6 +242,7 @@ group { name: "elm/label/base/slide_short";
align: 1.0 0.0;
text { style: "label_style";
min: 1 1;
ellipsis: -1;
}
}
description { state: "slide_begin" 0.0;
@ -248,6 +252,7 @@ group { name: "elm/label/base/slide_short";
align: 0.0 0.0;
text { style: "label_style";
min: 1 1;
ellipsis: -1;
}
}
}
@ -359,6 +364,7 @@ group { name: "elm/label/base/slide_bounce";
align: 1.0 0.0;
text { style: "label_style";
min: 1 1;
ellipsis: -1;
}
}
description { state: "slide_begin" 0.0;
@ -368,6 +374,7 @@ group { name: "elm/label/base/slide_bounce";
align: 0.0 0.0;
text { style: "label_style";
min: 1 1;
ellipsis: -1;
}
}
}

View File

@ -220,6 +220,7 @@ group { name: "elm/list/item/default";
color_class: "list_item";
text { font: FN; size: 10;
min: 1 1;
ellipsis: -1;
align: 0.0 0.5;
text_class: "list_item";
}
@ -530,6 +531,7 @@ group { name: "elm/list/h_item/default";
color_class: "list_item";
text { font: FN; size: 10;
min: 1 1;
ellipsis: -1;
align: 0.5 0.5;
text_class: "list_item";
}

View File

@ -42,6 +42,7 @@ group { name: "elm/map/marker/radio/default";
text { font: FNBD; size: 10;
text_class: "map_radio";
min: 1 1;
ellipsis: -1;
}
}
}
@ -76,6 +77,7 @@ group { name: "elm/map/marker/empty/default";
text { font: FNBD; size: 10;
text_class: "map_empty";
min: 1 1;
ellipsis: -1;
}
}
}
@ -116,6 +118,7 @@ group { name: "elm/map/scale/base/default";
text { font: FNBD; size: 10;
text_class: "map_scale";
min: 1 1;
ellipsis: -1;
align: 0.0 0.0;
}
}

View File

@ -84,6 +84,7 @@ group { name: "elm/menu/item/default";
color: FN_COL_DEFAULT;
text { font: FN; size: 10;
min: 1 1;
ellipsis: -1;
align: 0.0 0.5;
text_class: "menu_item";
}
@ -462,6 +463,7 @@ group { name: "elm/menu/main_menu_submenu/default";
color: FN_COL_DEFAULT;
text { font: FN; size: 10;
min: 1 1;
ellipsis: -1;
align: 0.0 0.5;
text_class: "menu_item";
}

View File

@ -19,6 +19,7 @@ group { name: "elm/multibuttonentry/label/default";
color_class: "multibuttonentry_label";
text { font: FNBD; size: 10;
min: 1 1;
ellipsis: -1;
align: 0.5 0.5;
text_class: "multibuttonentry_label";
}
@ -153,6 +154,7 @@ group { name: "elm/multibuttonentry/btn/default";
color_class: "multibuttonentry_label";
text { style: "multibuttonentry_textblock_style";
min: 1 1;
ellipsis: -1;
text_class: "multibuttonentry_label";
}
visible: 0;
@ -252,6 +254,7 @@ group { name: "elm/multibuttonentry/closedbutton/default";
rel2.to: "bg";
text { style: "textblock_style_multibuttonentry_default";
min: 1 1;
ellipsis: -1;
}
}
}

View File

@ -205,6 +205,7 @@ group { name: "elm/popup/base/default";
text {
style: "popup_title_style";
min: 1 1;
ellipsis: -1;
}
visible: 0;
rel1.offset: 2 2;

View File

@ -106,6 +106,7 @@ group { name: "elm/progressbar/horizontal/default";
rel2.to: "elm.swallow.content";
text {
min: 1 1;
ellipsis: -1;
text: "M";
}
}
@ -138,6 +139,7 @@ group { name: "elm/progressbar/horizontal/default";
rel1.offset: 2 2;
rel2.offset: 2 -3;
text.min: 1 1;
text.ellipsis: -1;
}
description { state: "disabled_visible" 0.0;
inherit: "visible" 0.0;
@ -661,6 +663,7 @@ group { name: "elm/progressbar/vertical/default";
rel2.to: "elm.swallow.content";
text {
min: 1 1;
ellipsis: -1;
text: "M";
}
}
@ -693,6 +696,7 @@ group { name: "elm/progressbar/vertical/default";
rel1.offset: 2 2;
rel2.offset: -3 2;
text.min: 1 1;
text.ellipsis: -1;
}
description { state: "disabled_visible" 0.0;
inherit: "visible" 0.0;

View File

@ -143,6 +143,7 @@ group { name: "elm/radio/base/default";
rel2.to: "elm.swallow.content";
text {
min: 1 1;
ellipsis: -1;
text: "M";
}
}
@ -152,6 +153,7 @@ group { name: "elm/radio/base/default";
rel2.to: "elm.swallow.content";
text {
min: 1 1;
ellipsis: -1;
text: "M";
}
}
@ -180,6 +182,7 @@ group { name: "elm/radio/base/default";
inherit: "default" 0.0;
visible: 1;
text.min: 1 1;
text.ellipsis: -1;
}
description { state: "disabled_visible" 0.0;
inherit: "default" 0.0;
@ -187,6 +190,7 @@ group { name: "elm/radio/base/default";
color3: 255 255 255 25;
visible: 1;
text.min: 1 1;
text.ellipsis: -1;
}
}
part { name: "event"; type: RECT;

View File

@ -248,6 +248,7 @@ group { name: "elm/slider/horizontal/default";
rel2.to: "elm.swallow.icon";
text {
min: 1 1;
ellipsis: -1;
text: "M";
}
}
@ -280,6 +281,7 @@ group { name: "elm/slider/horizontal/default";
rel1.offset: 2 2;
rel2.offset: 2 -3;
text.min: 1 1;
text.ellipsis: -1;
}
description { state: "disabled_visible" 0.0;
inherit: "visible" 0.0;
@ -321,6 +323,7 @@ group { name: "elm/slider/horizontal/default";
rel2.to: "elm.swallow.end";
text {
min: 1 1;
ellipsis: -1;
text: "M";
}
}
@ -961,6 +964,7 @@ group { name: "elm/slider/vertical/default";
rel2.to: "elm.swallow.icon";
text {
min: 1 1;
ellipsis: -1;
text: "M";
}
}
@ -982,6 +986,7 @@ group { name: "elm/slider/vertical/default";
text { font: FN; size: 10;
text_class: "slider";
min: 1 0;
ellipsis: -1;
align: 0.5 0.0;
}
visible: 0;
@ -992,6 +997,8 @@ group { name: "elm/slider/vertical/default";
rel1.offset: 2 2;
rel2.offset: -3 2;
text.min: 1 1;
text.ellipsis: -1;
}
description { state: "disabled_visible" 0.0;
inherit: "visible" 0.0;
@ -1033,6 +1040,7 @@ group { name: "elm/slider/vertical/default";
rel2.to: "elm.swallow.end";
text {
min: 1 1;
ellipsis: -1;
text: "M";
}
}
@ -1081,6 +1089,7 @@ group { name: "elm/slider/vertical/default";
inherit: "default" 0.0;
visible: 1;
text.min: 1 1;
text.ellipsis: -1;
}
description { state: "disabled_visible" 0.0;
inherit: "visible" 0.0;

View File

@ -597,6 +597,7 @@ group { name: "elm/toolbar/item/default";
color_class: "toolbar_item";
text { font: FN; size: 10;
min: 1 1;
ellipsis: -1;
align: 0.5 0.5;
text_class: "toolbar_item";
}
@ -689,6 +690,7 @@ group { name: "elm/toolbar/item/default";
color_class: "toolbar_item";
text { font: FN; size: 10;
min: 1 1;
ellipsis: -1;
align: 0.5 0.5;
text_class: "toolbar_item";
}
@ -1044,6 +1046,7 @@ group { name: "elm/toolbar/item/item_horizontal";
color_class: "toolbar_item";
text { font: FN; size: 10;
min: 1 1;
ellipsis: -1;
align: 0.0 0.5;
text_class: "toolbar_item";
}
@ -1105,6 +1108,7 @@ group { name: "elm/toolbar/item/item_horizontal";
color_class: "toolbar_item";
text { font: FN; size: 10;
min: 1 1;
ellipsis: -1;
align: 0.0 0.5;
text_class: "toolbar_item";
}

View File

@ -15,6 +15,7 @@ group { name: "elm/label/base/tooltip";
text {
style: "tooltip_style";
min: 1 1;
ellipsis: -1;
}
}
}