typo fixed
This commit is contained in:
parent
3606f61c65
commit
12553ee48f
@ -21,7 +21,7 @@ Box::Box( const QString& title, QQuickItem* parent )
|
||||
|
||||
auto label = new QskTextLabel( title, this );
|
||||
label->setFontRole( Skin::TitleFont );
|
||||
label->setVisible( !tite.isEmpty() );
|
||||
label->setVisible( !title.isEmpty() );
|
||||
}
|
||||
|
||||
#include "moc_Box.cpp"
|
||||
|
Loading…
x
Reference in New Issue
Block a user