mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
fix: user more menu height (especially on Windows)
Signed-off-by: Tamás Bari <adaorcpp@gmail.com>
This commit is contained in:
parent
b26c20e642
commit
5acf0f791f
@ -165,6 +165,7 @@ AbstractButton {
|
||||
AutoSizingMenu {
|
||||
id: userMoreButtonMenu
|
||||
closePolicy: Menu.CloseOnPressOutsideParent | Menu.CloseOnEscape
|
||||
height: implicitHeight
|
||||
|
||||
MenuItem {
|
||||
visible: model.isConnected && model.serverHasUserStatus
|
||||
@ -212,6 +213,7 @@ AbstractButton {
|
||||
MenuItem {
|
||||
id: removeAccountButton
|
||||
text: model.removeAccountText
|
||||
height: implicitHeight
|
||||
font.pixelSize: Style.topLinePixelSize
|
||||
hoverEnabled: true
|
||||
onClicked: {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user