mirror of
https://github.com/izzy2lost/xenia-edge.git
synced 2026-07-06 00:20:26 -07:00
[UI] Increase tooltip timeout to 60 seconds
This commit is contained in:
@@ -238,7 +238,7 @@ void ConfigDialogQt::CreateCategoryPage(
|
||||
QString("<p style='white-space: pre-wrap; max-width: 400px;'>%1</p>")
|
||||
.arg(SafeQString(var_info->description).toHtmlEscaped());
|
||||
label->setToolTip(tooltip);
|
||||
label->setToolTipDuration(5000); // Show for 5 seconds
|
||||
label->setToolTipDuration(60000); // Show for 60 seconds
|
||||
}
|
||||
|
||||
// Store label reference for bold state updates
|
||||
|
||||
Reference in New Issue
Block a user