mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Resized add account icon, adapted layout for new size
Signed-off-by: Dominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com>
This commit is contained in:
parent
29138cc533
commit
b57b8cfb66
@ -140,7 +140,7 @@ Window {
|
||||
|
||||
MenuItem {
|
||||
id: addAccountButton
|
||||
height: 60
|
||||
height: 50
|
||||
|
||||
RowLayout {
|
||||
width: addAccountButton.width
|
||||
@ -148,14 +148,14 @@ Window {
|
||||
spacing: 0
|
||||
|
||||
Image {
|
||||
Layout.leftMargin: 8
|
||||
Layout.leftMargin: 14
|
||||
verticalAlignment: Qt.AlignCenter
|
||||
source: "qrc:///client/theme/black/add.svg"
|
||||
sourceSize.width: addAccountButton.height - 24
|
||||
sourceSize.height: addAccountButton.height - 24
|
||||
sourceSize.width: openLocalFolderButton.icon.width
|
||||
sourceSize.height: openLocalFolderButton.icon.height
|
||||
}
|
||||
Label {
|
||||
Layout.leftMargin: 10
|
||||
Layout.leftMargin: 14
|
||||
text: qsTr("Add account")
|
||||
color: "black"
|
||||
font.pixelSize: 12
|
||||
|
||||
Loading…
Reference in New Issue
Block a user