mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-01 23:15:32 +00:00
added tooltip to user settings button on startup window
This commit is contained in:
parent
490442cf62
commit
e855e55318
1 changed files with 1 additions and 0 deletions
|
@ -81,6 +81,7 @@ QWidget *CSVDoc::StartupDialogue::createTools()
|
|||
|
||||
config->setSizePolicy (QSizePolicy (QSizePolicy::Fixed, QSizePolicy::Fixed));
|
||||
config->setIcon (QIcon (":startup/configure"));
|
||||
config->setToolTip ("Open user settings");
|
||||
|
||||
layout->addWidget (config);
|
||||
|
||||
|
|
Loading…
Reference in a new issue