mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 08:47:28 +01:00
[apps] Improve the drawing of boxes (variable and toolbox)
Change-Id: If5cc51c33e994b09cea9c873502e238c28a43608
This commit is contained in:
@@ -65,7 +65,7 @@ void NodeNavigationController::Stack::resetStack() {
|
||||
/* NodeNavigationController */
|
||||
|
||||
NodeNavigationController::NodeNavigationController() :
|
||||
StackViewController(nullptr, &m_listViewController, true),
|
||||
StackViewController(nullptr, &m_listViewController, true, KDColorWhite, Palette::BoxTitleBackgroundColor, Palette::BoxTitleBackgroundColor),
|
||||
m_listViewController(NodeListViewController(this))
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user