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
4361614f
Commit
4361614f
authored
Sep 18, 2020
by
Nate Graham
🔩
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reduce unnecessarily large spacing between items in nav toolbar
parent
1ca20779
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
6 deletions
+1
-6
src/qml/NavigationActionBar.qml
src/qml/NavigationActionBar.qml
+1
-6
No files found.
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