mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[themes] Color with pointers
This commit is contained in:
@@ -17,7 +17,7 @@ StoreController::ContentView::ContentView(DoublePairStore * store, Responder * p
|
||||
m_formulaInputView(this, inputEventHandlerDelegate, textFieldDelegate),
|
||||
m_displayFormulaInputView(false)
|
||||
{
|
||||
m_dataView.setBackgroundColor(Palette::BackgroundAppsSecondary);
|
||||
m_dataView.setBackgroundColor(*Palette::BackgroundAppsSecondary);
|
||||
m_dataView.setVerticalCellOverlap(0);
|
||||
m_dataView.setMargins(k_margin, k_scrollBarMargin, k_scrollBarMargin, k_margin);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user