We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f08867f commit f4eddc1Copy full SHA for f4eddc1
lib/webenginesettings.cpp
@@ -64,6 +64,9 @@ void SailfishOS::WebEngineSettings::initialize()
64
engineSettings->setPreference(QStringLiteral("apz.asyncscroll.timeout"), QVariant::fromValue<int>(15));
65
engineSettings->setPreference(QStringLiteral("apz.fling_stopped_threshold"), QLatin1String("0.13f"));
66
67
+ // Theme settings.
68
+ engineSettings->setPreference(QStringLiteral("ui.textSelectBackground"), QLatin1String("#878787"));
69
+
70
// Make long press timeout equal to the one in Qt
71
engineSettings->setPreference(QStringLiteral("ui.click_hold_context_menus.delay"), QVariant(PressAndHoldDelay));
72
0 commit comments