tray: Cleanup logging

This commit is contained in:
patrick96 2022-09-14 21:53:02 +02:00
parent 8ec9807145
commit 5fd62edfca
No known key found for this signature in database
GPG key ID: 521E5E03AEBCA1A7
8 changed files with 83 additions and 58 deletions
include/components

View file

@ -85,8 +85,8 @@ struct position {
};
struct size {
unsigned int w{1U};
unsigned int h{1U};
unsigned w{1U};
unsigned h{1U};
};
enum class spacing_type { SPACE, POINT, PIXEL };