From e045d28cfcaacc6d918d13c96eacff14ae913bfa Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Sat, 16 Nov 2013 18:13:37 +0900 Subject: [PATCH] list - fix separators to be the correct direction --- legacy/elementary/src/lib/elm_list.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/elementary/src/lib/elm_list.c b/legacy/elementary/src/lib/elm_list.c index 984225d801..13088116ba 100644 --- a/legacy/elementary/src/lib/elm_list.c +++ b/legacy/elementary/src/lib/elm_list.c @@ -675,7 +675,7 @@ _items_fix(Evas_Object *obj) if (it->is_separator) elm_widget_theme_object_set (obj, VIEW(it), "separator", sd->h_mode ? - "horizontal" : "vertical", style); + "vertical" : "horizontal", style); else if (sd->mode == ELM_LIST_COMPRESS) { if (it->even)