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
Multimedia
Elisa
Commits
673f2b94
Commit
673f2b94
authored
Sep 16, 2020
by
Matthieu Gallien
🎵
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix size and position of arrow on sort button
parent
82607adc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
5 deletions
+8
-5
src/qml/NavigationActionBar.qml
src/qml/NavigationActionBar.qml
+8
-5
No files found.
src/qml/NavigationActionBar.qml
View file @
673f2b94
...
...
@@ -155,13 +155,16 @@ ColumnLayout {
indicator
:
Image
{
source
:
'
image://icon/arrow-down
'
sourceSize.width
:
16
sourceSize.height
:
16
x
:
sortMenuButton
.
width
-
22
y
:
sortMenuButton
.
height
-
22
sourceSize.width
:
Kirigami
.
Units
.
iconSizes
.
small
*
0.6
sourceSize.height
:
Kirigami
.
Units
.
iconSizes
.
small
*
0.6
anchors.right
:
sortMenuButton
.
right
anchors.rightMargin
:
Kirigami
.
Units
.
smallSpacing
/
2
anchors.bottom
:
sortMenuButton
.
bottom
anchors.bottomMargin
:
Kirigami
.
Units
.
smallSpacing
/
2
}
Layout.preferredWidth
:
textSize
.
width
+
Kirigami
.
Units
.
smallSpacing
*
4
Layout.preferredWidth
:
textSize
.
width
+
Kirigami
.
Units
.
smallSpacing
*
5
SortMenu
{
id
:
sortMenu
...
...
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