mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-01 23:25:15 +00:00
Move third column from HistoryWidget to MainWidget.
This commit is contained in:
@@ -812,7 +812,7 @@ void MainWindow::updateControlsGeometry() {
|
||||
if (_connecting) _connecting->moveToLeft(0, body.height() - _connecting->height());
|
||||
if (_testingThemeWarning) _testingThemeWarning->setGeometry(body);
|
||||
|
||||
if (_main) _main->checkWideSectionToLayer();
|
||||
if (_main) _main->checkMainSectionToLayer();
|
||||
}
|
||||
|
||||
MainWindow::TempDirState MainWindow::tempDirState() {
|
||||
|
Reference in New Issue
Block a user