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
278008a5
Commit
278008a5
authored
Jan 26, 2022
by
Jan Blackquill
🌈
Committed by
Nate Graham
Jan 27, 2022
Browse files
Revert "kstyle: try and update widget geometry on tablet mode change"
This reverts commit
91f6e06b
.
parent
393521d2
Pipeline
#129669
passed with stage
in 1 minute and 46 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
kstyle/breezestyle.cpp
View file @
278008a5
...
...
@@ -281,13 +281,6 @@ namespace Breeze
_splitterFactory
->
registerWidget
(
widget
);
_toolsAreaManager
->
registerWidget
(
widget
);
#ifdef BREEZE_HAVE_QTQUICK
using
namespace
Kirigami
;
connect
(
TabletModeWatcher
::
self
(),
&
TabletModeWatcher
::
tabletModeChanged
,
widget
,
[
widget
]()
{
widget
->
updateGeometry
();
});
#endif
// enable mouse over effects for all necessary widgets
if
(
qobject_cast
<
QAbstractItemView
*>
(
widget
)
...
...
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