Skip to content

Commit 3cbbd21

Browse files
committed
Update search field font and justification
1 parent 3c68fc5 commit 3cbbd21

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Source/UI/ProcessorList.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ ProcessorList::ProcessorList (Viewport* v) : viewport (v),
9393

9494
searchField = std::make_unique<TextEditor>();
9595
searchField->setTextToShowWhenEmpty ("Search...", Colours::grey);
96+
searchField->setFont (FontOptions ("Fira Code", "Regular", 16.0f));
97+
searchField->setJustification (Justification::centredLeft);
9698
searchField->setPopupMenuEnabled (false);
9799
searchField->onTextChange = [this]
98100
{

0 commit comments

Comments
 (0)