Skip to content

Commit e840c49

Browse files
committed
Change spectrogram label "bottom" to bot and decrease label width
1 parent 2bd05cf commit e840c49

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

OpenBCI_GUI/Widget.pde

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ class ChannelSelect {
409409
private int labelWidth = 0;
410410
private int labelSpacer = 0;
411411
private String firstRowLabel = "Top";
412-
private String secondRowLabel = "Bottom";
412+
private String secondRowLabel = "Bot";
413413

414414
ChannelSelect(PApplet _parent, Widget _widget, int _x, int _y, int _w, int _navH, String checkBoxName) {
415415
widget = _widget;
@@ -579,7 +579,7 @@ class ChannelSelect {
579579
public void setIsDualChannelSelect(boolean b) {
580580
isDualChannelSelect = b;
581581
if (isDualChannelSelect) {
582-
labelWidth = 36;
582+
labelWidth = 28;
583583
labelSpacer = 4;
584584
}
585585
}

0 commit comments

Comments
 (0)