Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Utilities
Kate
Commits
f4374a41
Commit
f4374a41
authored
Mar 08, 2022
by
Waqar Ahmed
Browse files
Urlbar: Use windowText when hovering
Otherwise for light themes, the text becomes too light
parent
b7704709
Pipeline
#147090
passed with stage
in 5 minutes and 29 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
kate/kateurlbar.cpp
View file @
f4374a41
...
...
@@ -525,7 +525,7 @@ public:
o
->
state
.
setFlag
(
QStyle
::
State_MouseOver
,
false
);
o
->
state
.
setFlag
(
QStyle
::
State_Active
,
false
);
}
else
{
o
->
palette
.
setBrush
(
QPalette
::
Text
,
o
->
palette
.
bright
Text
());
o
->
palette
.
setBrush
(
QPalette
::
Text
,
o
->
palette
.
window
Text
());
}
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment