From f792eab1ed5928b1774289b26ff95c904d49c2bc Mon Sep 17 00:00:00 2001 From: sebastid Date: Sun, 13 Feb 2005 10:58:08 +0000 Subject: [PATCH] Clip the complete handle when not in use. SVN revision: 13346 --- data/themes/default_gadman.edc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/data/themes/default_gadman.edc b/data/themes/default_gadman.edc index a829163e9..77ff3cfe9 100644 --- a/data/themes/default_gadman.edc +++ b/data/themes/default_gadman.edc @@ -635,6 +635,7 @@ group { part { name: "h1th"; mouse_events: 0; + clip_to: "hclip"; description { state: "default" 0.0; max: 6 16; @@ -694,6 +695,7 @@ group { part { name: "h2th"; mouse_events: 0; + clip_to: "hclip"; description { state: "default" 0.0; max: 6 16; @@ -753,6 +755,7 @@ group { part { name: "v1th"; mouse_events: 0; + clip_to: "vclip"; description { state: "default" 0.0; max: 16 6; @@ -812,6 +815,7 @@ group { part { name: "v2th"; mouse_events: 0; + clip_to: "vclip"; description { state: "default" 0.0; max: 16 6;