forked from Shinonome/dots-hyprland
fix comment pixelSize key
This commit is contained in:
@@ -232,12 +232,12 @@ ContentPage {
|
|||||||
}
|
}
|
||||||
ConfigSpinBox {
|
ConfigSpinBox {
|
||||||
text: Translation.tr("Comment font size")
|
text: Translation.tr("Comment font size")
|
||||||
value: Config.options.appearance.commentbinds.pixelSize.comment
|
value: Config.options.appearance.keybinds.pixelSize.comment
|
||||||
from: Appearance.font.pixelSize.smallest
|
from: Appearance.font.pixelSize.smallest
|
||||||
to: Appearance.font.pixelSize.large
|
to: Appearance.font.pixelSize.large
|
||||||
stepSize: 1
|
stepSize: 1
|
||||||
onValueChanged: {
|
onValueChanged: {
|
||||||
Config.options.appearance.commentbinds.pixelSize.comment = value;
|
Config.options.appearance.keybinds.pixelSize.comment = value;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user