aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS3
-rw-r--r--src/jalv_gtk.c2
2 files changed, 3 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 00bf9bb..8119cae 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,6 @@
jalv (1.6.9) stable; urgency=medium
+ * Add missing short versions of command line options
* Build Qt UI with -fPIC
* Clean up command line help output
* Fix clashing command line options
@@ -8,7 +9,7 @@ jalv (1.6.9) stable; urgency=medium
* Switch to external zix dependency
* Use Gtk switches instead of checkboxes for toggle controls
- -- David Robillard <d@drobilla.net> Sun, 11 Dec 2022 21:49:32 +0000
+ -- David Robillard <d@drobilla.net> Sun, 11 Dec 2022 21:51:58 +0000
jalv (1.6.8) stable; urgency=medium
diff --git a/src/jalv_gtk.c b/src/jalv_gtk.c
index fc6c806..eddf379 100644
--- a/src/jalv_gtk.c
+++ b/src/jalv_gtk.c
@@ -146,7 +146,7 @@ jalv_frontend_init(int* argc, char*** argv, JalvOptions* opts)
"UI update frequency",
"HZ"},
{"scale-factor",
- 0,
+ 'S',
0,
G_OPTION_ARG_DOUBLE,
&opts->scale_factor,