Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrachytski <siarhei.rachytski@gmail.com>2012-06-05 12:33:20 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:39:26 +0300
commit71507273ae860c446d2e9db3742b7ebdd3be1c93 (patch)
tree87c2d05604345f58f360c2110d3c8b38359ad065 /gui/button.cpp
parent31ccdf1efbc098b244d10df2dd7a69cbea9ab14d (diff)
better visual appearance for button with multi-string text.
Diffstat (limited to 'gui/button.cpp')
-rw-r--r--gui/button.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/button.cpp b/gui/button.cpp
index d9b79e9915..2be19483cf 100644
--- a/gui/button.cpp
+++ b/gui/button.cpp
@@ -107,7 +107,7 @@ namespace gui
m2::RectD tr(m_textView->roughBoundRect());
m2::RectD rc(0, 0, tr.SizeX(), tr.SizeY());
- rc.Inflate(20 * k, 10 * k);
+ rc.Inflate(15 * k, 5 * k);
double dx = 0;
double dy = 0;