Skip to content

Commit

Permalink
Systray apps position fix
Browse files Browse the repository at this point in the history
  • Loading branch information
thewaiter committed Dec 30, 2020
1 parent 9ec8883 commit 2c123e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MokshaMoonlight/systray.edc
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,10 @@ group { name: "e/modules/systray/main";
}
part { name: "e.size"; type: RECT; mouse_events: 0;
description { state: "default" 0.0;
visible: 0;
rel1.offset: 10 0;
rel2.offset: -10 -1;
}
description { state: "vertical" 0.0;
visible: 0;
rel1.offset: 1 8;
rel2.offset: -1 -8;
}
Expand All @@ -43,6 +41,8 @@ group { name: "e/modules/systray/main";
box {
layout: "vertical";
padding: 0 2;
align: 0.5 0.5;
min: 0 1;
}
}
}
Expand Down

0 comments on commit 2c123e6

Please sign in to comment.