mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-07 05:03:35 +02:00
Increase few column width for long translation, make control binding a bit taller
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user