mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +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 {
|
EncryptionIndicator {
|
||||||
Layout.preferredHeight: 16
|
Layout.preferredHeight: 32
|
||||||
Layout.preferredWidth: 16
|
Layout.preferredWidth: 32
|
||||||
encrypted: profile.userVerificationEnabled
|
encrypted: profile.userVerificationEnabled
|
||||||
trust: profile.userVerified
|
trust: profile.userVerified
|
||||||
Layout.alignment: Qt.AlignHCenter
|
Layout.alignment: Qt.AlignHCenter
|
||||||
|
@ -265,6 +265,8 @@ ApplicationWindow {
|
||||||
spacing: Nheko.paddingSmall
|
spacing: Nheko.paddingSmall
|
||||||
|
|
||||||
ImageButton {
|
ImageButton {
|
||||||
|
Layout.preferredHeight: 24
|
||||||
|
Layout.preferredWidth: 24
|
||||||
image: ":/icons/icons/ui/chat.svg"
|
image: ":/icons/icons/ui/chat.svg"
|
||||||
hoverEnabled: true
|
hoverEnabled: true
|
||||||
ToolTip.visible: hovered
|
ToolTip.visible: hovered
|
||||||
|
@ -273,6 +275,8 @@ ApplicationWindow {
|
||||||
}
|
}
|
||||||
|
|
||||||
ImageButton {
|
ImageButton {
|
||||||
|
Layout.preferredHeight: 24
|
||||||
|
Layout.preferredWidth: 24
|
||||||
image: ":/icons/icons/ui/round-remove-button.svg"
|
image: ":/icons/icons/ui/round-remove-button.svg"
|
||||||
hoverEnabled: true
|
hoverEnabled: true
|
||||||
ToolTip.visible: hovered
|
ToolTip.visible: hovered
|
||||||
|
@ -282,6 +286,8 @@ ApplicationWindow {
|
||||||
}
|
}
|
||||||
|
|
||||||
ImageButton {
|
ImageButton {
|
||||||
|
Layout.preferredHeight: 24
|
||||||
|
Layout.preferredWidth: 24
|
||||||
image: ":/icons/icons/ui/ban.svg"
|
image: ":/icons/icons/ui/ban.svg"
|
||||||
hoverEnabled: true
|
hoverEnabled: true
|
||||||
ToolTip.visible: hovered
|
ToolTip.visible: hovered
|
||||||
|
@ -291,6 +297,8 @@ ApplicationWindow {
|
||||||
}
|
}
|
||||||
|
|
||||||
ImageButton {
|
ImageButton {
|
||||||
|
Layout.preferredHeight: 24
|
||||||
|
Layout.preferredWidth: 24
|
||||||
image: ":/icons/icons/ui/refresh.svg"
|
image: ":/icons/icons/ui/refresh.svg"
|
||||||
hoverEnabled: true
|
hoverEnabled: true
|
||||||
ToolTip.visible: hovered
|
ToolTip.visible: hovered
|
||||||
|
|
Loading…
Reference in a new issue