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
Multimedia
Elisa
Commits
faecf210
Commit
faecf210
authored
Sep 18, 2020
by
Nate Graham
Browse files
Fix sort menu button icon sizing and positioning
parent
7b5ef695
Pipeline
#34703
passed with stage
in 15 minutes and 47 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/qml/NavigationActionBar.qml
View file @
faecf210
...
...
@@ -127,13 +127,13 @@ ColumnLayout {
indicator
:
Image
{
source
:
'
image://icon/arrow-down
'
sourceSize.width
:
Kirigami
.
Units
.
iconSizes
.
small
*
0.6
sourceSize.height
:
Kirigami
.
Units
.
iconSizes
.
small
*
0.6
width
:
Kirigami
.
Units
.
iconSizes
.
small
height
:
Kirigami
.
Units
.
iconSizes
.
small
sourceSize.width
:
width
sourceSize.height
:
height
anchors.right
:
sortMenuButton
.
right
anchors.rightMargin
:
Kirigami
.
Units
.
smallSpacing
/
2
anchors.bottom
:
sortMenuButton
.
bottom
anchors.bottomMargin
:
Kirigami
.
Units
.
smallSpacing
/
2
anchors.verticalCenter
:
sortMenuButton
.
verticalCenter
}
Layout.preferredWidth
:
textSize
.
width
+
Kirigami
.
Units
.
smallSpacing
*
5
...
...
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