mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-26 17:20:53 +01:00
[apps/graph] In Values, x parameters menu's title is "x"
This commit is contained in:
@@ -8,7 +8,7 @@ using namespace Poincare;
|
||||
namespace Graph {
|
||||
|
||||
StorageValuesController::StorageValuesController(Responder * parentResponder, StorageCartesianFunctionStore * functionStore, Interval * interval, ButtonRowController * header) :
|
||||
Shared::StorageValuesController(parentResponder, header, I18n::Message::XColumn, &m_intervalParameterController, interval),
|
||||
Shared::StorageValuesController(parentResponder, header, I18n::Message::X, &m_intervalParameterController, interval),
|
||||
m_functionTitleCells{},
|
||||
m_floatCells{},
|
||||
m_functionStore(functionStore),
|
||||
|
||||
Reference in New Issue
Block a user