tray: Cleanup logging
This commit is contained in:
parent
8ec9807145
commit
5fd62edfca
8 changed files with 83 additions and 58 deletions
include/components
|
@ -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 };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue