Skip to content

Commit 2c00eda

Browse files
committed
UI update
1 parent a9f9bfd commit 2c00eda

File tree

6 files changed

+24
-0
lines changed

6 files changed

+24
-0
lines changed

res/main/i18n/default/labels.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -592,6 +592,7 @@
592592

593593
"sc": {
594594
"Ext_ernal": "Ext",
595+
"External_sidechain": "External Sidechain",
595596
"SC": "SC",
596597
"listen": "Listen",
597598
"lookahead": "Lookahead",

res/main/i18n/ru/labels.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -592,6 +592,7 @@
592592

593593
"sc": {
594594
"Ext_ernal": "Внеш",
595+
"External_sidechain": "Внешняя БЦ",
595596
"SC": "БЦ",
596597
"listen": "Слушать",
597598
"lookahead": "Предсказание",

res/main/i18n/us/labels.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -592,6 +592,7 @@
592592

593593
"sc": {
594594
"Ext_ernal": "Ext",
595+
"External_sidechain": "External Sidechain",
595596
"SC": "SC",
596597
"listen": "Listen",
597598
"lookahead": "Lookahead",

res/main/schema/legacy-dark.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1356,6 +1356,13 @@
13561356
<pointer value="hand"/>
13571357
</style>
13581358

1359+
<style class="Knob_meter_threshold" parents="Knob">
1360+
<meter.active value ="true"/>
1361+
<meter.color value ="bright_violet"/>
1362+
<meter.color.a value ="0.5"/>
1363+
<scale.color value ="dark_violet"/>
1364+
</style>
1365+
13591366
<style class="Label" parents="root">
13601367
<text.color value="text_sec"/>
13611368
<allocation.hfill value="false"/>

res/main/schema/legacy.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1362,6 +1362,13 @@
13621362
<pointer value="hand"/>
13631363
</style>
13641364

1365+
<style class="Knob_meter_threshold" parents="Knob">
1366+
<meter.active value ="true"/>
1367+
<meter.color value ="bright_violet"/>
1368+
<meter.color.a value ="0.5"/>
1369+
<scale.color value ="dark_violet"/>
1370+
</style>
1371+
13651372
<style class="Label" parents="root">
13661373
<text.color value="text_sec"/>
13671374
<allocation.hfill value="false"/>

res/main/schema/modern.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1342,6 +1342,13 @@
13421342
<pointer value="hand"/>
13431343
</style>
13441344

1345+
<style class="Knob_meter_threshold" parents="Knob">
1346+
<meter.active value ="true"/>
1347+
<meter.color value ="bright_violet"/>
1348+
<meter.color.a value ="0.5"/>
1349+
<scale.color value ="dark_violet"/>
1350+
</style>
1351+
13451352
<style class="Label" parents="root">
13461353
<text.color value="text_sec"/>
13471354
<allocation.hfill value="false"/>

0 commit comments

Comments
 (0)