[escher] In pointer text view (future message text view) implement

minimal size for optimal display to ensure to be able to display all
languages

Change-Id: Id3c81185fa44017bc4fcca5db0c8d0a6c115f6fb
This commit is contained in:
Émilie Feral
2017-03-15 16:26:31 +01:00
parent adc80cd71b
commit 9186792e40
7 changed files with 23 additions and 3 deletions

View File

@@ -3,11 +3,11 @@
TextView::TextView(KDText::FontSize size, float horizontalAlignment, float verticalAlignment,
KDColor textColor, KDColor backgroundColor) :
View(),
m_fontSize(size),
m_horizontalAlignment(horizontalAlignment),
m_verticalAlignment(verticalAlignment),
m_textColor(textColor),
m_backgroundColor(backgroundColor),
m_fontSize(size)
m_backgroundColor(backgroundColor)
{
}