summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--client/ug-client.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/ug-client.c b/client/ug-client.c
index bce59d5..c1aa630 100644
--- a/client/ug-client.c
+++ b/client/ug-client.c
@@ -225,6 +225,7 @@ static Evas_Object *create_win(const char *name)
evas_object_smart_callback_add(eo, "delete,request",
win_del, NULL);
elm_win_indicator_mode_set(eo, ELM_WIN_INDICATOR_SHOW);
+ elm_win_indicator_opacity_set(eo, ELM_WIN_INDICATOR_OPAQUE);
}
return eo;