Skip to content

Commit

Permalink
Update Utility Button
Browse files Browse the repository at this point in the history
  • Loading branch information
anjaldoshi committed Jul 6, 2024
1 parent e24d2d9 commit 324d0df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Source/NIDAQEditor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,8 @@ void NIDAQEditor::draw()
fifoMonitor->setBounds (xOffset + 2, 105, 70, 12);
//addAndMakeVisible(fifoMonitor);

configureDeviceButton = new UtilityButton ("...", FontOptions ("Small Text", 12, Font::plain));
configureDeviceButton = new UtilityButton ("...");
configureDeviceButton->setFont (FontOptions ((12.0f)));
configureDeviceButton->setBounds (xOffset + 60, 25, 24, 12);
configureDeviceButton->addListener (this);
configureDeviceButton->setAlpha (0.5f);
Expand Down

0 comments on commit 324d0df

Please sign in to comment.