mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
[escher/metric] Increase pop up width
The table cells have a new right margin, which makes old toolbox messages overflow the toolbox. We increase the toolbox width by 10px to fix this.
This commit is contained in:
@@ -21,8 +21,8 @@ public:
|
||||
constexpr static KDCoordinate TableCellHorizontalMargin = 10;
|
||||
constexpr static KDCoordinate TabHeight = 27;
|
||||
constexpr static KDCoordinate ScrollStep = 10;
|
||||
constexpr static KDCoordinate PopUpLeftMargin = 32;
|
||||
constexpr static KDCoordinate PopUpRightMargin = 32;
|
||||
constexpr static KDCoordinate PopUpLeftMargin = 27;
|
||||
constexpr static KDCoordinate PopUpRightMargin = 27;
|
||||
constexpr static KDCoordinate PopUpTopMargin = 50;
|
||||
constexpr static KDCoordinate ExamPopUpTopMargin = 27;
|
||||
constexpr static KDCoordinate ExamPopUpBottomMargin = 55;
|
||||
|
||||
Reference in New Issue
Block a user