mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps/probability] Make calculation text fields wider
Change-Id: I8362361ca2c7638e67b13805e345505ebb096c58
This commit is contained in:
@@ -37,7 +37,7 @@ private:
|
||||
void willDisplayEditableCellAtIndex(int index);
|
||||
constexpr static int k_maxNumberOfEditableFields = 3;
|
||||
private:
|
||||
constexpr static KDCoordinate k_textFieldWidth = 35;
|
||||
constexpr static KDCoordinate k_textFieldWidth = 50;
|
||||
constexpr static KDCoordinate k_charWidth = 7;
|
||||
constexpr static KDCoordinate k_textMargin = 5;
|
||||
int numberOfSubviews() const override;
|
||||
|
||||
Reference in New Issue
Block a user