mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 03:00:46 +03:00
Make the profile buttons a bit bigger
This commit is contained in:
parent
5557b949e1
commit
c1c02b4aae
1 changed files with 10 additions and 2 deletions
|
@ -238,8 +238,8 @@ ApplicationWindow {
|
|||
}
|
||||
|
||||
EncryptionIndicator {
|
||||
Layout.preferredHeight: 16
|
||||
Layout.preferredWidth: 16
|
||||
Layout.preferredHeight: 32
|
||||
Layout.preferredWidth: 32
|
||||
encrypted: profile.userVerificationEnabled
|
||||
trust: profile.userVerified
|
||||
Layout.alignment: Qt.AlignHCenter
|
||||
|
@ -265,6 +265,8 @@ ApplicationWindow {
|
|||
spacing: Nheko.paddingSmall
|
||||
|
||||
ImageButton {
|
||||
Layout.preferredHeight: 24
|
||||
Layout.preferredWidth: 24
|
||||
image: ":/icons/icons/ui/chat.svg"
|
||||
hoverEnabled: true
|
||||
ToolTip.visible: hovered
|
||||
|
@ -273,6 +275,8 @@ ApplicationWindow {
|
|||
}
|
||||
|
||||
ImageButton {
|
||||
Layout.preferredHeight: 24
|
||||
Layout.preferredWidth: 24
|
||||
image: ":/icons/icons/ui/round-remove-button.svg"
|
||||
hoverEnabled: true
|
||||
ToolTip.visible: hovered
|
||||
|
@ -282,6 +286,8 @@ ApplicationWindow {
|
|||
}
|
||||
|
||||
ImageButton {
|
||||
Layout.preferredHeight: 24
|
||||
Layout.preferredWidth: 24
|
||||
image: ":/icons/icons/ui/ban.svg"
|
||||
hoverEnabled: true
|
||||
ToolTip.visible: hovered
|
||||
|
@ -291,6 +297,8 @@ ApplicationWindow {
|
|||
}
|
||||
|
||||
ImageButton {
|
||||
Layout.preferredHeight: 24
|
||||
Layout.preferredWidth: 24
|
||||
image: ":/icons/icons/ui/refresh.svg"
|
||||
hoverEnabled: true
|
||||
ToolTip.visible: hovered
|
||||
|
|
Loading…
Reference in a new issue