theme-randr - extend pwr event area for those who dont click where indicated

This commit is contained in:
Carsten Haitzler 2013-11-19 08:21:46 +09:00
parent 32c93afe4c
commit 28ead975a0
1 changed files with 10 additions and 1 deletions

View File

@ -451,11 +451,20 @@ group { name: "e/conf/randr/main/frame";
visible: 0;
}
}
part { name: "ind"; type: SPACER;
description { state: "default" 0.0;
max: 21 21;
align: 0.0 1.0;
}
}
part { name: "e.event.indicator"; type: RECT;
description { state: "default" 0.0;
color: 0 0 0 0;
max: 21 21;
align: 0.0 1.0;
rel2.to_y: "pwrhint2";
rel2.to_x: "pwrhint2";
rel1.relative: 0.0 0.0;
rel1.to_y: "ind";
}
description { state: "disabled" 0.0;
inherit: "default" 0.0;