tweaked Volume.qml to support typing the number instead of using the slider or the buttons

This commit is contained in:
SomeElse
2026-05-20 01:55:33 +00:00
parent 01619f4af4
commit b80615e21d
2 changed files with 45 additions and 6 deletions

View File

@@ -50,7 +50,7 @@ QtObject {
// ── Timezone (IANA name, e.g. "America/New_York", "Europe/London") ──────────
// Leave empty to use the system timezone.
property string timezone: "America/New_York"
property string timezone: ""
// Date format used in the clock popup and background date widget.
// "MDY" → month/day/year (e.g. May 14, 2026)
@@ -77,7 +77,7 @@ QtObject {
property int volumeSliderHeight: 2
property int volumeHandleSize: 20
property int volumePopupWidth: 280
property int volumeOutputMax: 190
property int volumeOutputMax: 100
property int volumeInputMax: 200