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
3f5a5657
Commit
3f5a5657
authored
Sep 18, 2020
by
Nate Graham
🔩
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add some top and bottom margins to the nav bar icon/image
parent
4361614f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
src/qml/NavigationActionBar.qml
src/qml/NavigationActionBar.qml
+4
-4
No files found.
src/qml/NavigationActionBar.qml
View file @
3f5a5657
...
...
@@ -63,7 +63,9 @@ ColumnLayout {
visible
:
image
.
toString
().
length
>
0
source
:
image
Layout.preferredHeight
:
authorAndAlbumLayout
.
height
Layout.fillHeight
:
true
Layout.topMargin
:
Kirigami
.
Units
.
smallSpacing
Layout.bottomMargin
:
Kirigami
.
Units
.
smallSpacing
Layout.preferredWidth
:
height
sourceSize.height
:
height
sourceSize.width
:
width
...
...
@@ -77,11 +79,10 @@ ColumnLayout {
visible
:
mainIcon
.
visible
},
ColumnLayout
{
id
:
authorAndAlbumLayout
Layout.fillWidth
:
true
Layout.fillHeight
:
true
id
:
authorAndAlbumLayout
LabelWithToolTip
{
id
:
albumLabel
Layout.alignment
:
Qt
.
AlignLeft
|
Qt
.
AlignVCenter
...
...
@@ -94,7 +95,6 @@ ColumnLayout {
}
LabelWithToolTip
{
id
:
authorLabel
Layout.alignment
:
Qt
.
AlignLeft
|
Qt
.
AlignVCenter
Layout.fillWidth
:
true
...
...
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