E: Add textblock for resolution.

SVN revision: 77193
This commit is contained in:
Christopher Michael 2012-09-28 09:48:41 +00:00
parent bd939278b8
commit d027d51773
1 changed files with 28 additions and 1 deletions

View File

@ -40020,7 +40020,14 @@ CONNMAN_ICON(ethernet)
style
{
name: "output_name";
base: "font=Sans:style=Bold font_size=10 text_class=tb_plain align=center valign=center color=#ffffff style=soft_shadow shadow_color=#000000 wrap=word";
base: "font=Sans:style=Bold font_size=10 text_class=tb_plain align=center valign=center color=#ffffff style=soft_shadow shadow_color=#00000080 wrap=word";
tag: "br" "\n";
tag: "hilight" "+ font=Sans:style=Bold text_class=tb_light";
}
style
{
name: "resolution";
base: "font=Sans:style=Bold font_size=12 text_class=tb_plain align=center valign=center color=#ffffff style=soft_shadow shadow_color=#00000080 wrap=word";
tag: "br" "\n";
tag: "hilight" "+ font=Sans:style=Bold text_class=tb_light";
}
@ -40059,6 +40066,26 @@ CONNMAN_ICON(ethernet)
}
}
}
part
{
name: "e.text.resolution";
type: TEXTBLOCK;
mouse_events: 0;
clip_to: "clip";
description
{
state: "default" 0.0;
align: 0.5 0.5;
rel1.to: "e.swallow.preview";
rel2.to: "e.swallow.preview";
text
{
style: "resolution";
min: 1.0 1.0;
max: 1.0 1.0;
}
}
}
part
{
name: "e.text.name";