mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
[poincare] Reduce Abs layout verticalMargin
Change-Id: I3edacc192b0274d73fd787bb81b0c895e29ddda3
This commit is contained in:
committed by
Émilie Feral
parent
2512425868
commit
685b2a8d6d
@@ -29,6 +29,7 @@ public:
|
||||
|
||||
private:
|
||||
KDCoordinate widthMargin() const override { return 2; }
|
||||
KDCoordinate verticalMargin() const override { return 0; }
|
||||
KDCoordinate verticalExternMargin() const override { return 1; }
|
||||
bool renderTopBar() const override { return false; }
|
||||
bool renderBottomBar() const override { return false; }
|
||||
|
||||
Reference in New Issue
Block a user