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
Graphics
Gwenview
Commits
65168dd8
Commit
65168dd8
authored
Mar 22, 2021
by
Noah Davis
🌵
Browse files
Set status bar size constraint to fixed size
BUG: 434786
parent
f17af324
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/viewmainpage.cpp
View file @
65168dd8
...
...
@@ -161,6 +161,7 @@ struct ViewMainPagePrivate
mDocumentCountLabel
->
setContentsMargins
(
labelMargins
);
QHBoxLayout
*
statusBarContainerLayout
=
new
QHBoxLayout
(
mStatusBarContainer
);
statusBarContainerLayout
->
setSizeConstraint
(
QLayout
::
SetFixedSize
);
statusBarContainerLayout
->
setContentsMargins
(
0
,
0
,
0
,
0
);
statusBarContainerLayout
->
setSpacing
(
0
);
statusBarContainerLayout
->
addWidget
(
mToggleSideBarButton
);
...
...
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