mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Merge pull request #8879 from nextcloud/backport/8862/stable-4.0
[stable-4.0] fix: Adding elide to menuitems
This commit is contained in:
commit
c7b4cdec99
@ -164,6 +164,7 @@ Button {
|
||||
horizontalAlignment: Text.AlignLeft
|
||||
verticalAlignment: Text.AlignVCenter
|
||||
leftPadding: Style.userLineSpacing
|
||||
elide: Text.ElideRight
|
||||
color: !parent.enabled
|
||||
? parent.palette.mid
|
||||
: ((parent.highlighted || parent.down) && Qt.platform.os !== "windows"
|
||||
@ -187,6 +188,7 @@ Button {
|
||||
horizontalAlignment: Text.AlignLeft
|
||||
verticalAlignment: Text.AlignVCenter
|
||||
leftPadding: Style.userLineSpacing
|
||||
elide: Text.ElideRight
|
||||
color: !parent.enabled
|
||||
? parent.palette.mid
|
||||
: ((parent.highlighted || parent.down) && Qt.platform.os !== "windows"
|
||||
@ -210,6 +212,7 @@ Button {
|
||||
horizontalAlignment: Text.AlignLeft
|
||||
verticalAlignment: Text.AlignVCenter
|
||||
leftPadding: Style.userLineSpacing
|
||||
elide: Text.ElideRight
|
||||
color: !parent.enabled
|
||||
? parent.palette.mid
|
||||
: ((parent.highlighted || parent.down) && Qt.platform.os !== "windows"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user