commit 41312fe037a52565130e91c11b6b182e116be2b5
parent 5a3724d57396c4bb58e5475e37953d73ee108426
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date: Sun, 14 Jul 2024 12:11:58 +0200
fix font too large when renaming patch
Diffstat:
3 files changed, 14 insertions(+), 4 deletions(-)
diff --git a/doc/changelog.txt b/doc/changelog.txt
@@ -1,6 +1,16 @@
Release Notes
-1.3.16
+1.3.17
+
+Vavra:
+
+- [Fix] Font when renaming a patch too large
+
+Xenia:
+
+- [Fix] Font when renaming a patch too large
+
+1.3.16 (2024.07.14)
Framework:
@@ -24,7 +34,7 @@ Xenia:
- [Fix] Part selection was not reset to part 1 if switched from Multi to Single
mode
-1.3.15 (2023.07.06)
+1.3.15 (2024.07.06)
Framework:
diff --git a/source/mqJucePlugin/skins/mqDefault/mqDefault.json b/source/mqJucePlugin/skins/mqDefault/mqDefault.json
@@ -58,7 +58,7 @@
{
"name" : "pm_listbox",
"listbox" : {
- "textHeight" : "30",
+ "textHeight" : "14",
"color" : "FFDA94FF",
"backgroundColor" : "1C1F22FF",
"alignH" : "L",
diff --git a/source/xtJucePlugin/skins/xtDefault/xtDefault.json b/source/xtJucePlugin/skins/xtDefault/xtDefault.json
@@ -41,7 +41,7 @@
{
"name" : "pm_listbox",
"listbox" : {
- "textHeight" : "30",
+ "textHeight" : "14",
"color" : "FF8C00FF",
"backgroundColor" : "1D1D1DFF",
"alignH" : "L",