Increase few column width for long translation, make control binding a bit taller

This commit is contained in:
iota97
2021-09-28 18:02:37 +02:00
parent 5ee9738b75
commit 003a34ccf5
6 changed files with 15 additions and 7 deletions
+1 -1
View File
@@ -610,7 +610,7 @@ void TouchControlLayoutScreen::CreateViews() {
const Bounds &bounds = screenManager()->getUIContext()->GetBounds();
InitPadLayout(bounds.w, bounds.h);
const float leftColumnWidth = 140.0f;
const float leftColumnWidth = 170.0f;
layoutAreaScale = 1.0-(leftColumnWidth+10)/bounds.w;
using namespace UI;