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
Multimedia
libkcddb
Commits
d46d026e
Commit
d46d026e
authored
May 03, 2006
by
Stephan Kulow
Browse files
deprecated--
svn path=/trunk/KDE/kdemultimedia/libkcddb/; revision=537044
parent
0349a4e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
kcmcddb/kcmcddb.cpp
View file @
d46d026e
...
...
@@ -60,7 +60,8 @@ CDDBModule::CDDBModule(QWidget *parent, const char *name, const QStringList &)
addConfig
(
cfg
,
widget_
);
QVBoxLayout
*
layout
=
new
QVBoxLayout
(
this
,
0
);
QVBoxLayout
*
layout
=
new
QVBoxLayout
(
this
);
layout
->
setSpacing
(
0
);
layout
->
addWidget
(
widget_
);
layout
->
addStretch
();
...
...
Write
Preview
Markdown
is supported
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