mirror of
https://github.com/arcan1s/pkgbuild.git
synced 2025-07-15 14:25:48 +00:00
added qupzilla with fixed colors
This commit is contained in:
12
qupzilla/fix-color.patch
Normal file
12
qupzilla/fix-color.patch
Normal file
@ -0,0 +1,12 @@
|
||||
diff -ruN qt4.orig/src/plugins/AccessKeysNavigation/akn_handler.cpp qt4/src/plugins/AccessKeysNavigation/akn_handler.cpp
|
||||
--- qt4.orig/src/plugins/AccessKeysNavigation/akn_handler.cpp 2014-01-29 05:31:09.000000000 +0400
|
||||
+++ qt4/src/plugins/AccessKeysNavigation/akn_handler.cpp 2014-01-29 05:49:21.634522803 +0400
|
||||
@@ -351,7 +351,7 @@
|
||||
void AKN_Handler::makeAccessKeyLabel(const QChar &accessKey, const QWebElement &element)
|
||||
{
|
||||
QLabel* label = new QLabel(m_view.data());
|
||||
- label->setText(QString(QLatin1String("<b>%1</b>")).arg(accessKey));
|
||||
+ label->setText(QString(QLatin1String("<span style=\"color:#111111; font-weight:600;\">%1</span>")).arg(accessKey));
|
||||
|
||||
QPalette p = QToolTip::palette();
|
||||
QColor color = QColor(220, 243, 253);
|
Reference in New Issue
Block a user