diff options
author | Stephen Houston <stephen@localhost.localdomain> | 2017-10-12 11:37:28 -0500 |
---|---|---|
committer | Stephen Houston <stephen@localhost.localdomain> | 2017-10-12 11:37:58 -0500 |
commit | 280ba424e4d36efddccac1beb932c59c5245eccf (patch) | |
tree | b2b90dd29ad3a9d3f25ac234380e9c9ff3c81889 /data | |
parent | 39cc542d7f47436d84c3dfd5c1138f9610da3de2 (diff) |
Luncher theme: Handle space to the left, right, and bottom in the active preview better.
Diffstat (limited to 'data')
-rw-r--r-- | data/elementary/themes/edc/luncher.edc | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/data/elementary/themes/edc/luncher.edc b/data/elementary/themes/edc/luncher.edc index 029dac512c..5820bb1a14 100644 --- a/data/elementary/themes/edc/luncher.edc +++ b/data/elementary/themes/edc/luncher.edc | |||
@@ -361,7 +361,7 @@ group { name: "e/gadget/luncher/preview"; | |||
361 | description { state: "default"; | 361 | description { state: "default"; |
362 | color: 255 255 255 0; | 362 | color: 255 255 255 0; |
363 | rel1.offset: -1 -1; | 363 | rel1.offset: -1 -1; |
364 | rel2.offset: 2 2; | 364 | rel2.offset: 0 0; |
365 | link.base: "e,state,unfocused" "e"; | 365 | link.base: "e,state,unfocused" "e"; |
366 | link.transition: DECEL 0.1; | 366 | link.transition: DECEL 0.1; |
367 | } | 367 | } |
@@ -388,16 +388,19 @@ group { name: "e/gadget/luncher/preview"; | |||
388 | clip_to: "clip"; | 388 | clip_to: "clip"; |
389 | description { state: "default" 0.0; | 389 | description { state: "default" 0.0; |
390 | align: 0.5 0.0; | 390 | align: 0.5 0.0; |
391 | min: 90 0; | 391 | rel1.to_x: "e.swallow.icon"; |
392 | rel1.relative: 0.0 0.0; | 392 | rel1.relative: 0.0 0.0; |
393 | rel1.offset: 1 1; | 393 | rel1.offset: 1 1; |
394 | rel2.to_x: "e.swallow.icon"; | ||
394 | rel2.relative: 1.0 0.0; | 395 | rel2.relative: 1.0 0.0; |
395 | rel2.offset: -3 -3; | 396 | rel2.offset: -3 -3; |
396 | } | 397 | } |
397 | description { state: "menu" 0.0; | 398 | description { state: "menu" 0.0; |
398 | inherit: "default" 0.0; | ||
399 | min: 120 0; | 399 | min: 120 0; |
400 | align: 0.5 0.0; | ||
401 | rel1.relative: 0.0 0.0; | ||
400 | rel1.offset: 2 0; | 402 | rel1.offset: 2 0; |
403 | rel2.relative: 1.0 0.0; | ||
401 | rel2.offset: -3 -1; | 404 | rel2.offset: -3 -1; |
402 | } | 405 | } |
403 | } | 406 | } |
@@ -424,7 +427,7 @@ group { name: "e/gadget/luncher/preview"; | |||
424 | aspect: 1.0 1.0; aspect_preference: BOTH; | 427 | aspect: 1.0 1.0; aspect_preference: BOTH; |
425 | rel1.to_y: "e.swallow.title"; | 428 | rel1.to_y: "e.swallow.title"; |
426 | rel1.relative: 0.0 1.0; | 429 | rel1.relative: 0.0 1.0; |
427 | rel2.offset: 0 -2; | 430 | rel2.offset: 0 -3; |
428 | } | 431 | } |
429 | description { state: "menu"; | 432 | description { state: "menu"; |
430 | inherit: "default" 0.0; | 433 | inherit: "default" 0.0; |