feat: increase default number of visualiser bars
This commit is contained in:
parent
7cf338fa58
commit
b6c97432ab
2 changed files with 2 additions and 2 deletions
|
|
@ -66,7 +66,7 @@ Item {
|
|||
primaryColor: Qt.alpha(Colours.palette.m3primary, 0.7)
|
||||
secondaryColor: Qt.alpha(Colours.palette.m3inversePrimary, 0.7)
|
||||
rounding: Tokens.rounding.medium * Config.background.visualiser.rounding
|
||||
spacing: Tokens.spacing.small * Config.background.visualiser.spacing
|
||||
spacing: Tokens.spacing.extraSmall * Config.background.visualiser.spacing
|
||||
animationDuration: Tokens.anim.durations.normal
|
||||
|
||||
Behavior on anchors.leftMargin {
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ class ServiceConfig : public ConfigObject {
|
|||
CONFIG_GLOBAL_PROPERTY(
|
||||
bool, useTwelveHourClock, QLocale().timeFormat(QLocale::ShortFormat).toLower().contains(u"a"_s))
|
||||
CONFIG_GLOBAL_PROPERTY(QString, gpuType)
|
||||
CONFIG_GLOBAL_PROPERTY(int, visualiserBars, 45)
|
||||
CONFIG_GLOBAL_PROPERTY(int, visualiserBars, 60)
|
||||
CONFIG_GLOBAL_PROPERTY(qreal, audioIncrement, 0.1)
|
||||
CONFIG_GLOBAL_PROPERTY(qreal, brightnessIncrement, 0.1)
|
||||
CONFIG_GLOBAL_PROPERTY(qreal, maxVolume, 1.0)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue