aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ClientHamr/extantz
diff options
context:
space:
mode:
authorDavid Walter Seikel2013-01-20 00:31:22 +1000
committerDavid Walter Seikel2013-01-20 00:31:22 +1000
commitf511b68304097c584fc514fa0d2112945a1aeeaf (patch)
tree416f628121f06fc73593c01f105d7392a6c79691 /ClientHamr/extantz
parentMove all the GUI stuff into an inlined window. (diff)
downloadSledjHamr-f511b68304097c584fc514fa0d2112945a1aeeaf.zip
SledjHamr-f511b68304097c584fc514fa0d2112945a1aeeaf.tar.gz
SledjHamr-f511b68304097c584fc514fa0d2112945a1aeeaf.tar.bz2
SledjHamr-f511b68304097c584fc514fa0d2112945a1aeeaf.tar.xz
Purple, not pink.
Diffstat (limited to 'ClientHamr/extantz')
-rw-r--r--ClientHamr/extantz/extantz.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ClientHamr/extantz/extantz.c b/ClientHamr/extantz/extantz.c
index 387c64f..0c6df88 100644
--- a/ClientHamr/extantz/extantz.c
+++ b/ClientHamr/extantz/extantz.c
@@ -753,7 +753,7 @@ fill(Evas_Object *win)
753 // Apparently transparent is not good enough for ELM backgrounds, so make it a rectangle. 753 // Apparently transparent is not good enough for ELM backgrounds, so make it a rectangle.
754 // Apparently coz ELM prefers stuff to have edjes. A bit over the top if all I want is a transparent rectangle. 754 // Apparently coz ELM prefers stuff to have edjes. A bit over the top if all I want is a transparent rectangle.
755 bg = evas_object_rectangle_add(evas_object_evas_get(win)); 755 bg = evas_object_rectangle_add(evas_object_evas_get(win));
756 evas_object_color_set(bg, 200, 0, 200, 200); 756 evas_object_color_set(bg, 100, 0, 200, 200);
757 evas_object_size_hint_weight_set(bg, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND); 757 evas_object_size_hint_weight_set(bg, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND);
758 elm_win_resize_object_add(win, bg); 758 elm_win_resize_object_add(win, bg);
759 evas_object_show(bg); 759 evas_object_show(bg);