From: Al Poole Date: Sun, 1 Oct 2017 10:10:28 +0000 (+0100) Subject: elm_code_widget: set appropriate background colour. X-Git-Tag: submit/sandbox/upgrade/efl120/20180319.053334~2397 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9ab866f32c5cf965a254fd21a47f086887053398;p=platform%2Fupstream%2Fefl.git elm_code_widget: set appropriate background colour. --- diff --git a/src/lib/elementary/elm_code_widget.c b/src/lib/elementary/elm_code_widget.c index c6493f4..dc2f49f 100644 --- a/src/lib/elementary/elm_code_widget.c +++ b/src/lib/elementary/elm_code_widget.c @@ -2217,7 +2217,7 @@ _elm_code_widget_efl_canvas_group_group_add(Eo *obj, Elm_Code_Widget_Data *pd) pd->scroller = scroller; background = elm_bg_add(scroller); - evas_object_color_set(background, 145, 145, 145, 255); + evas_object_color_set(background, 36, 36, 36, 255); evas_object_size_hint_weight_set(background, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND); evas_object_size_hint_align_set(background, EVAS_HINT_FILL, EVAS_HINT_FILL); evas_object_show(background);