Fix spacing if icon is false
This commit is contained in:
parent
a373f6b654
commit
6e9ba3fc01
|
@ -192,7 +192,7 @@ auto Window::update() -> void {
|
||||||
|
|
||||||
updateAppIcon();
|
updateAppIcon();
|
||||||
|
|
||||||
ALabel::update();
|
AIconLabel::update();
|
||||||
}
|
}
|
||||||
|
|
||||||
auto Window::getActiveWorkspace() -> Workspace {
|
auto Window::getActiveWorkspace() -> Workspace {
|
||||||
|
|
Loading…
Reference in New Issue