mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
[escher/view] setFrame and layoutSubviews can be forced
This commit is contained in:
@@ -23,7 +23,7 @@ private:
|
||||
constexpr static KDCoordinate k_examIconHeight = 9;
|
||||
constexpr static KDCoordinate k_examIconMargin = 93;
|
||||
int numberOfSubviews() const override;
|
||||
void layoutSubviews() override;
|
||||
void layoutSubviews(bool force = false) override;
|
||||
View * subviewAtIndex(int index) override;
|
||||
MessageTextView m_titleView;
|
||||
BatteryView m_batteryView;
|
||||
|
||||
Reference in New Issue
Block a user