Manager: Make the machine list resizable

This commit is contained in:
Alexander Babikov
2025-08-01 18:07:50 +05:00
parent d83697609c
commit 2fe482e1af
2 changed files with 77 additions and 79 deletions

View File

@@ -138,6 +138,7 @@ VMManagerMain::VMManagerMain(QWidget *parent) :
// Load and apply settings
loadSettings();
ui->splitter->setSizes({ui->detailsArea->width(), (ui->listView->minimumWidth() * 2)});
// Set up search bar
connect(ui->searchBar, &QLineEdit::textChanged, this, &VMManagerMain::searchSystems);