mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-21 14:50:44 +01:00
[apps] Probability: fix bug in layout (the textfield was moving when
adding characters)
This commit is contained in:
committed by
EmilieNumworks
parent
fd06d428e5
commit
26bbfa85ec
@@ -6,6 +6,6 @@ void TextCursorView::drawRect(KDContext * ctx, KDRect rect) const {
|
||||
}
|
||||
|
||||
KDSize TextCursorView::minimalSizeForOptimalDisplay() const {
|
||||
return KDSize(1, 0);
|
||||
return KDSize(k_width, 0);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user