From 13e0cd97fa7e2c30211a9f486f06ec2e03f49577 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89milie=20Feral?= Date: Thu, 1 Jun 2017 13:57:28 +0200 Subject: [PATCH] [escher] Widen all pop up box (to avoid croping toolbox texts) Change-Id: I969ea119bb5b65ae6f03e484e8f07107712f40d1 --- escher/include/escher/metric.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/escher/include/escher/metric.h b/escher/include/escher/metric.h index 38fd3d7b9..ce68dd3ce 100644 --- a/escher/include/escher/metric.h +++ b/escher/include/escher/metric.h @@ -14,8 +14,8 @@ public: constexpr static KDCoordinate ModalBottomMargin = 18; constexpr static KDCoordinate TabHeight = 27; constexpr static KDCoordinate ScrollStep = 10; - constexpr static KDCoordinate PopUpLeftMargin = 40; - constexpr static KDCoordinate PopUpRightMargin = 40; + constexpr static KDCoordinate PopUpLeftMargin = 32; + constexpr static KDCoordinate PopUpRightMargin = 32; constexpr static KDCoordinate ExamPopUpTopMargin = 27; constexpr static KDCoordinate ExamPopUpBottomMargin = 55; constexpr static KDCoordinate PopUpTopMargin = 50;