mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +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))
|
||||
{
|
||||
}
|
||||
|
||||
@@ -10,6 +10,7 @@ public:
|
||||
constexpr static KDColor CellBackgroundColor = KDColor(0xFCFCFC);
|
||||
constexpr static KDColor FocusCellBackgroundColor = KDColor(0xBFD3EB);
|
||||
constexpr static KDColor DesactiveTextColor = KDColor(0x646464);
|
||||
constexpr static KDColor BoxTitleBackgroundColor = KDColor(0x656976);
|
||||
};
|
||||
|
||||
#endif
|
||||
@@ -5,3 +5,4 @@ constexpr KDColor Palette::BackgroundColor;
|
||||
constexpr KDColor Palette::CellBackgroundColor;
|
||||
constexpr KDColor Palette::FocusCellBackgroundColor;
|
||||
constexpr KDColor Palette::DesactiveTextColor;
|
||||
constexpr KDColor Palette::BoxTitleBackgroundColor;
|
||||
|
||||
Reference in New Issue
Block a user