More topbar styling

This commit is contained in:
Henrik Rydgård
2025-10-29 09:43:16 +01:00
parent b946a29fd7
commit 89b3abbe7b
5 changed files with 12 additions and 4 deletions
+1 -1
View File
@@ -572,7 +572,7 @@ void AnalogCalibrationScreen::CreateViews() {
LinearLayout *scrollContents = scroll->Add(new LinearLayout(ORIENT_VERTICAL, new LinearLayoutParams(300.0f, WRAP_CONTENT)));
scrollContents->Add(new ItemHeader(co->T("Analog Settings", "Analog Settings")));
scrollContents->Add(new ItemHeader(co->T("Analog Settings")));
// TODO: Would be nicer if these didn't pop up...
scrollContents->Add(new PopupSliderChoiceFloat(&g_Config.fAnalogDeadzone, 0.0f, 0.5f, 0.15f, co->T("Deadzone radius"), 0.01f, screenManager(), "/ 1.0"));