Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Libraries
Baloo Widgets
Commits
5e82a2e3
Commit
5e82a2e3
authored
Sep 21, 2019
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Port setMargin
parent
2133c58b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/kblocklayout.cpp
src/kblocklayout.cpp
+2
-2
No files found.
src/kblocklayout.cpp
View file @
5e82a2e3
...
...
@@ -68,7 +68,7 @@ KBlockLayout::KBlockLayout( QWidget* parent, int margin, int hSpacing, int vSpac
d
(
new
Private
()
)
{
d
->
q
=
this
;
set
Margin
(
margin
);
set
ContentsMargins
(
margin
,
margin
,
margin
,
margin
);
setSpacing
(
hSpacing
,
vSpacing
);
}
...
...
@@ -76,7 +76,7 @@ KBlockLayout::KBlockLayout( int margin, int hSpacing, int vSpacing )
:
d
(
new
Private
()
)
{
d
->
q
=
this
;
set
Margin
(
margin
);
set
ContentsMargins
(
margin
,
margin
,
margin
,
margin
);
setSpacing
(
hSpacing
,
vSpacing
);
}
...
...
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