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
JuK
Commits
b901be87
Commit
b901be87
authored
Feb 03, 2003
by
Scott Wheeler
Browse files
Add a bit of spacing around the widgets in the TagEditor.
svn path=/trunk/kdemultimedia/juk/; revision=204536
parent
d2aea8e2
Changes
1
Hide whitespace changes
Inline
Side-by-side
tageditor.cpp
View file @
b901be87
...
...
@@ -282,10 +282,10 @@ void TagEditor::saveConfig()
void
TagEditor
::
setupLayout
()
{
const
int
horizontalSpacing
=
10
;
const
int
verticalSpacing
=
2
;
static
const
int
horizontalSpacing
=
10
;
static
const
int
verticalSpacing
=
2
;
QHBoxLayout
*
layout
=
new
QHBoxLayout
(
this
,
0
,
horizontalSpacing
);
QHBoxLayout
*
layout
=
new
QHBoxLayout
(
this
,
2
,
horizontalSpacing
);
//////////////////////////////////////////////////////////////////////////////
// define two columns of the bottem layout
...
...
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