mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 01:25:07 +02:00
Fix text wrapping problem on TiltAnalogSettingsScreen
This commit is contained in:
@@ -116,6 +116,7 @@ void TiltAnalogSettingsScreen::CreateSettingsViews(UI::ViewGroup *settings) {
|
||||
TextView *calibrationInfo = new TextView(co->T("To Calibrate", "Hold device at your preferred angle and press Calibrate."));
|
||||
calibrationInfo->SetSmall(true);
|
||||
calibrationInfo->SetPadding(Margins(5));
|
||||
calibrationInfo->SetAlign(FLAG_WRAP_TEXT);
|
||||
settings->Add(calibrationInfo);
|
||||
Choice *calibrate = new Choice(co->T("Calibrate"));
|
||||
calibrate->OnClick.Handle(this, &TiltAnalogSettingsScreen::OnCalibrate);
|
||||
|
||||
Reference in New Issue
Block a user