diff options
Diffstat (limited to 'test/test_elm_win.rb')
-rw-r--r-- | test/test_elm_win.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_elm_win.rb b/test/test_elm_win.rb index 01d03a2..29573a7 100644 --- a/test/test_elm_win.rb +++ b/test/test_elm_win.rb @@ -18,7 +18,7 @@ class MyWin < Elm::ElmWin def feed @bg = Elm::ElmBg.new(self) do size_hint_weight_expand - evas_object_color_set 200,255,100,150 + evas_object_color_set 150,180,100,180 show end resize_object_add @bg |