[expression_editor] The user can input text.

Change-Id: I6456ee23e3caf3a42899d0734e1bef1f53f68b8d
This commit is contained in:
Léa Saviot
2017-12-19 14:49:17 +01:00
parent 7a5547e308
commit c78efeeb59
4 changed files with 10 additions and 2 deletions

View File

@@ -20,6 +20,7 @@ void ExpressionEditorView::layoutSubviews() {
k_margin,
bounds().width() - 2 * k_margin,
bounds().height() - 2 * k_margin));
markRectAsDirty(bounds());
}
KDSize ExpressionEditorView::minimalSizeForOptimalDisplay() const {