From 670e301ed5374f151c57fb3371050f4e22c59721 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Mon, 6 Apr 2015 20:37:18 -0400 Subject: [PATCH] edc: fix button theme syntax error --- legacy/elementary/data/themes/edc/elm/button.edc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/legacy/elementary/data/themes/edc/elm/button.edc b/legacy/elementary/data/themes/edc/elm/button.edc index 938bee7..c171287 100644 --- a/legacy/elementary/data/themes/edc/elm/button.edc +++ b/legacy/elementary/data/themes/edc/elm/button.edc @@ -1530,7 +1530,7 @@ group { name: "elm/button/base/hoversel_horizontal_entry/default"; } } description { state: "disabled" 0.0; - inherit: "default" 0 0 ; + inherit: "default" 0.0 ; color: FN_COL_DISABLE; color_class: "spinner_disabled"; } @@ -1630,4 +1630,4 @@ group { name: "elm/button/base/hoversel_horizontal_entry/default"; } } } -/******************* SPINNER BUTTONS STYLES END **********************/ \ No newline at end of file +/******************* SPINNER BUTTONS STYLES END **********************/ -- 2.7.4