layout: include reserved area in float fit (#12289)
Ref https://github.com/basecamp/omarchy/issues/3327
This commit is contained in:
parent
b77cbad502
commit
64ee8f8a72
4 changed files with 18 additions and 11 deletions
|
|
@ -1509,6 +1509,10 @@ CBox CMonitor::logicalBox() {
|
|||
return {m_position, m_size};
|
||||
}
|
||||
|
||||
CBox CMonitor::logicalBoxMinusExtents() {
|
||||
return {m_position + m_reservedTopLeft, m_size - m_reservedTopLeft - m_reservedBottomRight};
|
||||
}
|
||||
|
||||
void CMonitor::scheduleDone() {
|
||||
if (m_doneScheduled)
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue