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
4361614f
Commit
4361614f
authored
Sep 18, 2020
by
Nate Graham
Browse files
Reduce unnecessarily large spacing between items in nav toolbar
parent
1ca20779
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/qml/NavigationActionBar.qml
View file @
4361614f
...
...
@@ -58,11 +58,6 @@ ColumnLayout {
icon.name
:
(
Qt
.
application
.
layoutDirection
==
Qt
.
RightToLeft
)
?
"
go-next
"
:
"
go-previous
"
onClicked
:
goBack
()
},
Item
{
id
:
spacer
Layout.preferredWidth
:
Kirigami
.
Units
.
largeSpacing
visible
:
goPreviousButton
.
visible
},
Image
{
id
:
mainIcon
visible
:
image
.
toString
().
length
>
0
...
...
@@ -78,7 +73,7 @@ ColumnLayout {
Layout.alignment
:
Qt
.
AlignVCenter
|
Qt
.
AlignLeft
},
Item
{
Layout.preferredWidth
:
Kirigami
.
Units
.
large
Spacing
Layout.preferredWidth
:
Kirigami
.
Units
.
small
Spacing
visible
:
mainIcon
.
visible
},
ColumnLayout
{
...
...
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