UI: HomeWindow: Set icon

This commit is contained in:
Nodir Temirkhodjaev 2023-05-09 12:51:42 +03:00
parent 17affb5c6c
commit 2435a09e87

View File

@ -99,6 +99,9 @@ void HomeWindow::setupUi()
// Font
this->setFont(WindowManager::defaultFont());
// Icon
this->setWindowIcon(IconCache::icon(":/icons/fort.png"));
// Size
this->setMinimumSize(500, 400);
}