Proposed changes to ensure that systray icons are sized according to font size rather than bar height, ref. #62

This commit is contained in:
bakkeby
2020-10-24 10:01:19 +02:00
parent c6c2f0109f
commit 5edf4bab17
2 changed files with 16 additions and 14 deletions

View File

@@ -23,6 +23,7 @@ struct Systray {
Window win;
Client *icons;
Bar *bar;
int h;
};
/* bar integration */