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
Utilities
Kate
Commits
b5ca84ba
Commit
b5ca84ba
authored
Mar 11, 2021
by
Waqar Ahmed
Committed by
Christoph Cullmann
Mar 12, 2021
Browse files
Fix text not centered in commit dialog subject
Signed-off-by:
Waqar Ahmed
<
waqar.17a@gmail.com
>
parent
72471cda
Changes
1
Hide whitespace changes
Inline
Side-by-side
addons/project/gitcommitdialog.cpp
View file @
b5ca84ba
...
...
@@ -44,7 +44,7 @@ public:
le
.
setFont
(
font
);
le
.
setText
(
QStringLiteral
(
"TEMP"
));
setFont
(
font
);
setFixedHeight
(
le
.
sizeHint
().
height
());
setFixedHeight
(
le
.
sizeHint
().
height
()
-
QFontMetrics
(
font
).
descent
()
);
setLineWrapMode
(
QPlainTextEdit
::
NoWrap
);
setHorizontalScrollBarPolicy
(
Qt
::
ScrollBarAlwaysOff
);
}
...
...
Write
Preview
Supports
Markdown
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