mirror of
https://github.com/hyprwm/hyprland-plugins.git
synced 2026-05-08 03:38:01 +02:00
parent
05dae996eb
commit
f7665af850
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ void SColumnData::add(SP<SScrollingWindowData> w) {
|
|||
|
||||
windowDatas.emplace_back(w);
|
||||
w->column = self;
|
||||
w->windowSize = 1.F / (float)(windowDatas.size() + 1);
|
||||
w->windowSize = 1.F / (float)(windowDatas.size());
|
||||
}
|
||||
|
||||
void SColumnData::remove(PHLWINDOW w) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue