Skip to content

Commit e24d2d9

Browse files
committed
Font --> FontOptions
1 parent 30bf178 commit e24d2d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/NIDAQEditor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ void NIDAQEditor::draw()
464464
fifoMonitor->setBounds (xOffset + 2, 105, 70, 12);
465465
//addAndMakeVisible(fifoMonitor);
466466

467-
configureDeviceButton = new UtilityButton ("...", Font ("Small Text", 12, Font::plain));
467+
configureDeviceButton = new UtilityButton ("...", FontOptions ("Small Text", 12, Font::plain));
468468
configureDeviceButton->setBounds (xOffset + 60, 25, 24, 12);
469469
configureDeviceButton->addListener (this);
470470
configureDeviceButton->setAlpha (0.5f);

0 commit comments

Comments
 (0)