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
Plasma
Plasma Breeze visual style
Commits
62a2e315
Commit
62a2e315
authored
Jan 17, 2022
by
Jan Blackquill
🌈
Committed by
Nate Graham
Jan 27, 2022
Browse files
kstyle: increase the size of small icons on tablet mode
parent
fb7071a1
Changes
1
Hide whitespace changes
Inline
Side-by-side
kstyle/breezestyle.cpp
View file @
62a2e315
...
...
@@ -555,6 +555,17 @@ namespace Breeze
switch
(
metric
)
{
// small icon size
case
PM_SmallIconSize
:
if
(
isTabletMode
()
)
{
return
22
;
}
else
{
return
16
;
}
// frame width
case
PM_DefaultFrameWidth
:
if
(
qobject_cast
<
const
QMenu
*>
(
widget
)
)
return
Metrics
::
Menu_FrameWidth
;
...
...
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