Fix up compilation.
This commit is contained in:
parent
7cab70f839
commit
19091a0e80
13 changed files with 46 additions and 48 deletions
|
@ -8,11 +8,11 @@
|
|||
|
||||
TopBar::TopBar()
|
||||
{
|
||||
setBackground(ThemeToken::SystemToken::Secondary);
|
||||
setBackground(Theme::Sys::Color::Secondary);
|
||||
|
||||
auto fileButton = Button::Create();
|
||||
fileButton->setLabel("File");
|
||||
fileButton->setBackground(ThemeToken::SystemToken::Primary);
|
||||
fileButton->setBackground(Theme::Sys::Color::Primary);
|
||||
fileButton->setMargin(2);
|
||||
fileButton->setMaxWidth(60);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue