mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
fixed split columns not loading properly
This commit is contained in:
parent
ad0a1f3c56
commit
dff6cbb3e1
|
@ -204,7 +204,7 @@ void WindowManager::initialize()
|
|||
channelName_val.toString()));
|
||||
}
|
||||
|
||||
tab->addToLayout(split, std::make_pair(colNr, -1));
|
||||
tab->addToLayout(split, std::make_pair(colNr, 10000000));
|
||||
}
|
||||
colNr++;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue