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
Accessibility
Kontrast
Commits
44079773
Commit
44079773
authored
Sep 12, 2022
by
Vlad Rakhmanin
Browse files
Changed default font size.
Using constructor to set font size to 12.
parent
4d16553c
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/kontrast.cpp
View file @
44079773
...
...
@@ -44,6 +44,7 @@ const QDBusArgument &operator>>(const QDBusArgument &arg, Kontrast::ColorRGB &co
Kontrast
::
Kontrast
(
KAboutData
about
,
QObject
*
parent
)
:
QObject
(
parent
)
,
m_fontSize
(
12
)
,
m_about
(
about
)
{
setObjectName
(
QStringLiteral
(
"Kontrast"
));
...
...
src/kontrast.h
View file @
44079773
...
...
@@ -123,7 +123,7 @@ private:
QColor
m_textColor
;
QColor
m_backgroundColor
;
QColor
m_grabbedColor
;
int
m_fontSize
=
12
;
int
m_fontSize
;
KAboutData
m_about
;
ContrastQualities
getContrastQualities
();
...
...
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