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
Utilities
Kate
Commits
60fe7c7f
Commit
60fe7c7f
authored
Feb 26, 2022
by
Christoph Cullmann
🍨
Browse files
enforce status bar content is right aligned
we let the tool button area strech
parent
83b0fcc3
Pipeline
#142644
passed with stage
in 4 minutes and 9 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
kate/katemdi.cpp
View file @
60fe7c7f
...
...
@@ -924,7 +924,7 @@ MainWindow::MainWindow(QWidget *parentWidget)
m_statusBarStackedWidget
=
new
QStackedWidget
(
this
);
m_statusBarStackedWidget
->
setSizePolicy
(
QSizePolicy
::
MinimumExpanding
,
QSizePolicy
::
Fixed
);
bottomHBoxLaout
->
addWidget
(
m_statusBarStackedWidget
);
bottomHBoxLaout
->
setStretch
(
1
,
100
);
bottomHBoxLaout
->
setStretch
(
0
,
100
);
vlayout
->
addLayout
(
bottomHBoxLaout
);
m_sidebars
[
KMultiTabBar
::
Bottom
]
->
setSplitter
(
m_vSplitter
);
...
...
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