Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Plasma
Discover
Commits
e102c369
Commit
e102c369
authored
Jan 07, 2021
by
Nate Graham
🔩
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix missing margins in reviews sheet
parent
4eb15ab6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
discover/qml/ReviewsPage.qml
discover/qml/ReviewsPage.qml
+3
-0
No files found.
discover/qml/ReviewsPage.qml
View file @
e102c369
...
...
@@ -70,6 +70,9 @@ Kirigami.OverlaySheet {
clip
:
true
topMargin
:
Kirigami
.
Units
.
largeSpacing
leftMargin
:
Kirigami
.
Units
.
largeSpacing
rightMargin
:
Kirigami
.
Units
.
largeSpacing
bottomMargin
:
Kirigami
.
Units
.
largeSpacing
spacing
:
Kirigami
.
Units
.
smallSpacing
implicitWidth
:
Kirigami
.
Units
.
gridUnit
*
25
cacheBuffer
:
Math
.
max
(
0
,
contentHeight
)
...
...
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