Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Unmaintained
KDE Workspace
Commits
78144e76
Commit
78144e76
authored
Dec 17, 2012
by
Thomas Lübking
Browse files
activate layout, no idea why doesn't happen implicitly
BUG: 311553 FIXED-IN: 4.10 REVIEW: 107851
parent
bbd9dfff
Changes
1
Hide whitespace changes
Inline
Side-by-side
kwin/kcmkwin/kwincompositing/main.cpp
View file @
78144e76
...
...
@@ -86,6 +86,7 @@ KWinCompositingConfig::KWinCompositingConfig(QWidget *parent, const QVariantList
KGlobal
::
locale
()
->
insertCatalog
(
"kwin_effects"
);
ui
.
setupUi
(
this
);
layout
()
->
setMargin
(
0
);
layout
()
->
activate
();
ui
.
tabWidget
->
setCurrentIndex
(
0
);
ui
.
statusTitleWidget
->
hide
();
ui
.
rearmGlSupport
->
hide
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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