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
Plasma
Discover
Commits
5e74fc7e
Commit
5e74fc7e
authored
Nov 14, 2020
by
Carl Schwan
🚴
Browse files
Better align reviw items and review button
Now everything is aligned with the rest of the content.
parent
37fce226
Changes
2
Hide whitespace changes
Inline
Side-by-side
discover/qml/ApplicationPage.qml
View file @
5e74fc7e
...
...
@@ -227,14 +227,13 @@ DiscoverPage {
}
delegate
:
ReviewDelegate
{
Layout.topMargin
:
Kirigami
.
Units
.
largeSpacing
Layout.fillWidth
:
true
separator
:
false
compact
:
true
Layout.bottomMargin
:
Kirigami
.
Units
.
largeSpacing
}
}
RowLayout
{
Layout.alignment
:
Qt
.
AlignHCenter
Layout.topMargin
:
Kirigami
.
Units
.
largeSpacing
Layout.bottomMargin
:
Kirigami
.
Units
.
largeSpacing
spacing
:
Kirigami
.
Units
.
largeSpacing
...
...
discover/qml/ReviewDelegate.qml
View file @
5e74fc7e
...
...
@@ -17,10 +17,6 @@ RowLayout {
property
bool
separator
:
true
signal
markUseful
(
bool
useful
)
Item
{
Layout.fillHeight
:
true
Layout.preferredWidth
:
Kirigami
.
Units
.
largeSpacing
}
// Spacers to indent nested comments/replies
Repeater
{
model
:
depth
...
...
@@ -183,8 +179,4 @@ RowLayout {
}
}
}
Item
{
Layout.fillHeight
:
true
Layout.preferredWidth
:
Kirigami
.
Units
.
largeSpacing
*
2
}
}
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