Clip the complete handle when not in use.

SVN revision: 13346
devs/princeamd/enlightenment-0.17-elive
sebastid 19 years ago committed by sebastid
parent 3edd492360
commit f792eab1ed
  1. 4
      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;

Loading…
Cancel
Save