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
Nate Graham
Kid3
Commits
05ad4de9
Commit
05ad4de9
authored
Feb 26, 2008
by
Urs Fleisch
Browse files
more space between tag and frame buttons in Qt 4
parent
1e81d6e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
kid3/kid3/id3form.cpp
View file @
05ad4de9
...
...
@@ -269,7 +269,7 @@ Id3Form::Id3Form(QWidget* parent)
new
QPushButton
(
i18n
(
"Remove"
),
m_idV2GroupBox
);
buttonsV2VBoxLayout
->
addWidget
(
removeV2PushButton
);
buttonsV2VBoxLayout
->
insertSpacing
(
-
1
,
spacing
);
buttonsV2VBoxLayout
->
insertSpacing
(
-
1
,
8
);
QPushButton
*
editFramesPushButton
=
new
QPushButton
(
i18n
(
"Edit"
),
m_idV2GroupBox
);
...
...
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