mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-01 04:31:57 -07:00
hyprerror: fix height calc with bottom bar (#8043)
This commit is contained in:
@@ -133,7 +133,7 @@ void CHyprError::createQueued() {
|
||||
}
|
||||
m_szQueued = "";
|
||||
|
||||
m_fLastHeight = yoffset + PAD + 1;
|
||||
m_fLastHeight = yoffset + PAD + 1 - (TOPBAR ? 0 : Y - PAD);
|
||||
|
||||
pango_font_description_free(pangoFD);
|
||||
g_object_unref(layoutText);
|
||||
|
Reference in New Issue
Block a user