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
PIM
KMail
Commits
2355ecca
Commit
2355ecca
authored
Apr 04, 2021
by
Laurent Montel
😁
Browse files
Fix order
parent
badadab0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/collectionpage/collectionquotawidget.cpp
View file @
2355ecca
...
...
@@ -16,8 +16,8 @@
CollectionQuotaWidget
::
CollectionQuotaWidget
(
QWidget
*
parent
)
:
QWidget
(
parent
)
,
mUsage
(
new
QLabel
(
this
))
,
mProgressBar
(
new
QProgressBar
(
this
))
,
mUsage
(
new
QLabel
(
this
))
{
auto
layout
=
new
QGridLayout
(
this
);
...
...
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