From 6672c2372d98efede7680e9a084ec13ac3935484 Mon Sep 17 00:00:00 2001 From: glima Date: Wed, 14 Mar 2012 17:14:35 +0000 Subject: [PATCH] [Elm] Fixing types of some clock parts. aka dementia-- git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@69340 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- data/themes/widgets/clock.edc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/data/themes/widgets/clock.edc b/data/themes/widgets/clock.edc index 79c1406..41390b1 100644 --- a/data/themes/widgets/clock.edc +++ b/data/themes/widgets/clock.edc @@ -944,7 +944,6 @@ group { name: "elm/clock/base-all/default"; } } part { name: "c0"; - type: SWALLOW; type: TEXT; mouse_events: 0; scale: 1; @@ -977,7 +976,6 @@ group { name: "elm/clock/base-all/default"; } // (if seconds) part { name: "c1"; - type: SWALLOW; type: TEXT; mouse_events: 0; scale: 1; @@ -1039,7 +1037,6 @@ group { name: "elm/clock/base-seconds/default"; } } part { name: "c0"; - type: SWALLOW; type: TEXT; mouse_events: 0; scale: 1; @@ -1072,7 +1069,6 @@ group { name: "elm/clock/base-seconds/default"; } // (if seconds) part { name: "c1"; - type: SWALLOW; type: TEXT; mouse_events: 0; scale: 1; @@ -1126,7 +1122,6 @@ group { name: "elm/clock/base-am_pm/default"; } } part { name: "c0"; - type: SWALLOW; type: TEXT; mouse_events: 0; scale: 1; @@ -1186,7 +1181,6 @@ group { name: "elm/clock/base/default"; } } part { name: "c0"; - type: SWALLOW; type: TEXT; mouse_events: 0; scale: 1; -- 2.7.4