Add theme property to control hovered avatar size

This commit is contained in:
miruka 2019-09-06 16:14:39 -04:00
parent 812fc3aff7
commit 164f09c939
2 changed files with 4 additions and 3 deletions

View File

@ -58,7 +58,7 @@ Rectangle {
width: Math.min(
mainUI.width / 1.25,
mainUI.height / 1.25,
192 + background.border.width * 2
theme.controls.avatar.hoveredSize + background.border.width * 2
)
height: width
delay: 1000

View File

@ -172,8 +172,9 @@ controls:
color foreground: colors.accentBackground
avatar:
int size: baseElementsHeight
int radius: theme.radius
int size: baseElementsHeight
int radius: theme.radius
int hoveredSize: 192
background:
int saturation: colors.saturation + 10