mirror of
https://github.com/tnodir/fort
synced 2024-11-15 07:06:08 +00:00
UI: HomeWindow: Set icon
This commit is contained in:
parent
17affb5c6c
commit
2435a09e87
@ -99,6 +99,9 @@ void HomeWindow::setupUi()
|
|||||||
// Font
|
// Font
|
||||||
this->setFont(WindowManager::defaultFont());
|
this->setFont(WindowManager::defaultFont());
|
||||||
|
|
||||||
|
// Icon
|
||||||
|
this->setWindowIcon(IconCache::icon(":/icons/fort.png"));
|
||||||
|
|
||||||
// Size
|
// Size
|
||||||
this->setMinimumSize(500, 400);
|
this->setMinimumSize(500, 400);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user