mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-21 20:45:51 +03:00
Clean HeaderButton component from customizations.
Signed-off-by: Camila Ayres <hello@camilasan.com>
This commit is contained in:
parent
4f7b73cb70
commit
653ecbfdb3
1 changed files with 12 additions and 0 deletions
|
@ -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 a new issue