mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-28 14:43:09 +00:00
only one line of text in favorites
This commit is contained in:
parent
65e85b7719
commit
4e31575a70
2 changed files with 4 additions and 1 deletions
|
|
@ -186,7 +186,9 @@ MouseEventListener {
|
|||
cellHeight: cellWidth
|
||||
|
||||
model: plasmoid.nativeInterface.applicationListModel
|
||||
delegate: HomeLauncher {}
|
||||
delegate: HomeLauncher {
|
||||
maximumLineCount: 1
|
||||
}
|
||||
|
||||
move: Transition {
|
||||
NumberAnimation {
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@ Item {
|
|||
|
||||
property var modelData: model
|
||||
property bool isDropTarget: delegateRoot != dragDelegate && root.reorderingApps && applicationsView.dragData && applicationsView.dragData.ApplicationStorageIdRole == modelData.ApplicationStorageIdRole
|
||||
property alias maximumLineCount: label.maximumLineCount
|
||||
|
||||
opacity: isDropTarget ? 0.3 : 1
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue