Summary:
Apply gray-scale to vertical_separated_bar_glow image and increase the opacity
of the button, so that the text on the entry is visible.
@fix T3075
Signed-off-by: divyesh purohit <div.purohit@samsung.com>
Test Plan: please run combobox example from elementary_test
Reviewers: shilpasingh, cedric, raster
Maniphest Tasks: T3075
Differential Revision: https://phab.enlightenment.org/D3605
Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
images.image: "button_normal.png" COMP;
images.image: "button_clicked.png" COMP;
images.image: "vertical_separated_bar_glow.png" COMP;
+ images.image: "vertical_separated_bar_disabled.png" COMP;
parts {
image { "base"; nomouse;
desc { "default";
}
desc { "disabled";
inherit: "default";
- color: 255 255 255 64;
+ color: 255 255 255 180;
}
}
rect { "event";
rel1.offset: 0 -2;
rel2.offset: 0 -1;
}
+ desc { "disabled";
+ inherit: "default";
+ image.normal: "vertical_separated_bar_disabled.png";
+ }
}
}
programs {
action: STATE_SET "disabled" 0.0;
target: "icon_clip";
target: "event";
+ target: "select_line";
}
program { name: "button_state_enabled";
signal: "elm,state,enabled"; source: "elm";
action: STATE_SET "default" 0.0;
target: "icon_clip";
target: "event";
+ target: "select_line";
}
}
}