mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 01:25:07 +02:00
Fix text wrapping for SettingHint views
This commit is contained in:
@@ -122,6 +122,7 @@ public:
|
||||
: UI::TextView(text, new UI::LinearLayoutParams(UI::FILL_PARENT, UI::WRAP_CONTENT)) {
|
||||
SetTextSize(UI::TextSize::Tiny);
|
||||
SetPadding(UI::Margins(14, 0, 0, 8));
|
||||
SetAlign(FLAG_WRAP_TEXT);
|
||||
}
|
||||
|
||||
void Draw(UIContext &dc) override {
|
||||
|
||||
Reference in New Issue
Block a user