Skip to content

Commit

Permalink
Change probe name color to green
Browse files Browse the repository at this point in the history
  • Loading branch information
anjaldoshi committed May 18, 2024
1 parent 9eaf2e6 commit 630f5b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/UI/NeuropixInterface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ NeuropixInterface::NeuropixInterface(DataSource* p,
nameLabel = new Label("MAIN", "NAME");
nameLabel->setFont(FontOptions("Fira Code", "Medium", 20.0f));
nameLabel->setBounds(625, 70, 500, 45);
nameLabel->setColour(Label::textColourId, Colours::crimson);
nameLabel->setColour(Label::textColourId, Colours::green);
addAndMakeVisible(nameLabel);

infoLabelView = new Viewport("INFO");
Expand Down

0 comments on commit 630f5b7

Please sign in to comment.