Skip to content

Commit 270d5b2

Browse files
committed
UI. Small fix.
1 parent 9d61570 commit 270d5b2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

res/main/ui/sampling/multiple.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@
517517
<group text="groups.sample_matrix" expand="true" ipadding="0">
518518
<!-- Sample matrix -->
519519
<grid rows="11" cols="17" transpose="true" hspacing="2" bg.color="bg">
520-
<ui:with bg.color="bg_schema" fill="true" halign="0">
520+
<ui:with bg.color="bg_schema" fill="true" halign="0" pad.h="6">
521521
<label text="labels.sedit.sample" padding="6"/>
522522
<label text="labels.sedit.enabled"/>
523523
<label text="labels.midi.velocity"/>

res/main/ui/sampling/single/stereo.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@
480480
<group text="groups.sample_matrix" expand="true" ipadding="0">
481481
<!-- Sample matrix -->
482482
<grid rows="11" cols="17" transpose="true" hspacing="2" bg.color="bg">
483-
<ui:with bg.color="bg_schema">
483+
<ui:with bg.color="bg_schema" pad.h="6">
484484
<label text="labels.sedit.sample" fill="true" halign="0" padding="6"/>
485485
<label text="labels.sedit.enabled" fill="true" halign="0"/>
486486
<label text="labels.midi.velocity" fill="true" halign="0"/>

0 commit comments

Comments
 (0)