forked from organicmaps/organicmaps-tmp
better visual appearance for button with multi-string text.
This commit is contained in:
parent
31ccdf1efb
commit
71507273ae
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue