mirror of
https://github.com/tnodir/fort
synced 2024-11-15 04:45:59 +00:00
UI: HomeWindow: Set icon
This commit is contained in:
parent
17affb5c6c
commit
2435a09e87
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user