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
6dc33833
Commit
6dc33833
authored
Jan 13, 2022
by
Nate Graham
Browse files
Fixup identical IDs introduced in the previous commit
Oops.
parent
45635e36
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/qml/NavigationActionBar.qml
View file @
6dc33833
...
...
@@ -55,7 +55,7 @@ Item {
// shared actions between mobile and desktop
Component
{
id
:
sortMenu
Button
id
:
sortMenu
Component
FlatButtonWithToolTip
{
id
:
sortMenuButton
Kirigami.Theme.colorSet
:
Kirigami
.
Settings
.
isMobile
?
Kirigami
.
Theme
.
Complementary
:
Kirigami
.
Theme
.
Window
...
...
@@ -233,7 +233,7 @@ Item {
}
},
Loader
{
sourceComponent
:
sortMenu
Button
sourceComponent
:
sortMenu
Component
active
:
!
Kirigami
.
Settings
.
isMobile
&&
enableSorting
&&
!
showCreateRadioButton
Layout.maximumHeight
:
parent
.
height
Layout.preferredWidth
:
item
?
item
.
implicitContentWidth
:
0
...
...
@@ -291,7 +291,7 @@ Item {
contentItems
:
[
Loader
{
sourceComponent
:
sortMenu
Button
sourceComponent
:
sortMenu
Component
active
:
enableSorting
&&
!
showCreateRadioButton
Layout.maximumHeight
:
parent
.
height
Layout.preferredWidth
:
item
?
item
.
implicitContentWidth
:
0
...
...
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