mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Clean HeaderButton component from customizations.
Signed-off-by: Camila Ayres <hello@camilasan.com>
This commit is contained in:
parent
0001a15244
commit
c8f4700daf
@ -36,4 +36,16 @@ Button {
|
||||
Layout.alignment: Qt.AlignRight
|
||||
Layout.preferredWidth: Style.trayWindowHeaderHeight
|
||||
Layout.preferredHeight: Style.trayWindowHeaderHeight
|
||||
|
||||
Image {
|
||||
id: internalImage
|
||||
anchors.centerIn: parent
|
||||
width: root.icon.width
|
||||
height: root.icon.height
|
||||
source: root.icon.source
|
||||
sourceSize {
|
||||
width: root.icon.width
|
||||
height: root.icon.height
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user