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-29 03:02:59 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:40:23 +0300
commitc0e05ff9d359ff2b111a51b4a2bc99bb90cf205d (patch)
tree9527932fc9854717b9c45c36bb3e0ed7d222fc3c /map/country_status_display.cpp
parent20b41c29fd6ceeab82ff9148bc97297fc2eee7d0 (diff)
closes #892
Diffstat (limited to 'map/country_status_display.cpp')
-rw-r--r--map/country_status_display.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/map/country_status_display.cpp b/map/country_status_display.cpp
index 156b303a60..95ac2d9b08 100644
--- a/map/country_status_display.cpp
+++ b/map/country_status_display.cpp
@@ -131,7 +131,7 @@ CountryStatusDisplay::CountryStatusDisplay(Params const & p)
gui::Button::Params bp;
- bp.m_depth = yg::maxDepth;
+ bp.m_depth = yg::maxDepth - 10;
bp.m_minWidth = 200;
bp.m_minHeight = 40;
bp.m_pivot = m2::PointD(0, 0);
@@ -150,7 +150,7 @@ CountryStatusDisplay::CountryStatusDisplay(Params const & p)
m_downloadButton->setColor(EPressed, yg::Color(yg::Color(0, 0, 0, 0.4 * 255)));
gui::TextView::Params tp;
- tp.m_depth = yg::maxDepth;
+ tp.m_depth = yg::maxDepth - 10;
tp.m_pivot = m2::PointD(0, 0);
tp.m_text = "Downloading";