Skip to content

Commit

Permalink
genlist: add scale factor
Browse files Browse the repository at this point in the history
  • Loading branch information
dimmus committed Oct 25, 2023
1 parent 7d33097 commit e67662f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions data/themes/default/widgets/genlist.edc
Original file line number Diff line number Diff line change
Expand Up @@ -2141,6 +2141,7 @@ group { name: "elm/genlist/base/default";
parts {
part { name: "bg";
type: RECT;
scale: 1;
description { state: "default" 0.0;
color_class: "bg_scroller";
}
Expand Down Expand Up @@ -2185,6 +2186,7 @@ group { name: "elm/genlist/base/default";
}
part { name: "sb_vbar_p1";
type: RECT;
scale: 1;
clip_to: "sb_vbar";
description { state: "default" 0.0;
color: 0 0 0 0;
Expand All @@ -2199,6 +2201,7 @@ group { name: "elm/genlist/base/default";
}
part { name: "sb_vbar_p2";
type: RECT;
scale: 1;
clip_to: "sb_vbar";
description { state: "default" 0.0;
color: 0 0 0 0;
Expand Down Expand Up @@ -2275,6 +2278,7 @@ group { name: "elm/genlist/base/default";
}
part { name: "sb_hbar_p1";
type: RECT;
scale: 1;
clip_to: "sb_hbar";
description { state: "default" 0.0;
fixed: 1 1;
Expand All @@ -2290,6 +2294,7 @@ group { name: "elm/genlist/base/default";
}
part { name: "sb_hbar_p2";
type: RECT;
scale: 1;
clip_to: "sb_hbar";
description { state: "default" 0.0;
color: 0 0 0 0;
Expand Down Expand Up @@ -2330,6 +2335,7 @@ group { name: "elm/genlist/base/default";
}
part { name: "clipper";
type: RECT;
scale: 1;
description { state: "default" 0.0;
rel1 {
to: "elm.swallow.content";
Expand All @@ -2341,6 +2347,7 @@ group { name: "elm/genlist/base/default";
}
part { name: "elm.swallow.background";
type: SWALLOW;
scale: 1;
clip_to: "clipper";
description { state: "default" 0.0;
rel1 {
Expand All @@ -2353,6 +2360,7 @@ group { name: "elm/genlist/base/default";
}
part { name: "elm.swallow.content";
type: SWALLOW;
scale: 1;
clip_to: "clipper";
description { state: "default" 0.0;
rel1 {
Expand All @@ -2367,6 +2375,7 @@ group { name: "elm/genlist/base/default";
}
part { name: "elm.swallow.overlay";
type: SWALLOW;
scale: 1;
repeat_events: 1;
clip_to: "clipper";
description { state: "default" 0.0;
Expand All @@ -2380,6 +2389,7 @@ group { name: "elm/genlist/base/default";
}
part { name: "runner_vbar";
type: IMAGE;
scale: 1;
mouse_events: 0;
scale: 1;
description { state: "default" 0.0;
Expand Down Expand Up @@ -2476,6 +2486,7 @@ group { name: "elm/genlist/base/default";
}
part { name: "base_vbar";
type: IMAGE;
scale: 1;
mouse_events: 0;
clip_to: "sb_vbar";
description { state: "default" 0.0;
Expand Down Expand Up @@ -2534,6 +2545,7 @@ group { name: "elm/genlist/base/default";
}
part { name: "base_hbar";
type: IMAGE;
scale: 1;
mouse_events: 0;
clip_to: "sb_hbar";
description { state: "default" 0.0;
Expand Down Expand Up @@ -2592,6 +2604,7 @@ group { name: "elm/genlist/base/default";
}
part { name: "shadow";
type: IMAGE;
scale: 1;
repeat_events: 1;
description { state: "default" 0.0;
image {
Expand All @@ -2611,6 +2624,7 @@ group { name: "elm/genlist/base/default";
}
part { name: "disabler";
type: RECT;
scale: 1;
description { state: "default" 0.0;
visible: 0;
}
Expand Down

0 comments on commit e67662f

Please sign in to comment.