Skip to content

Commit

Permalink
Tweak x pos
Browse files Browse the repository at this point in the history
  • Loading branch information
Metalit committed Jul 4, 2024
1 parent 0a2d74e commit e9c8476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/settings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ void SettingsDidActivate(HMUI::ViewController* self, bool firstActivation, bool
vertical->childControlHeight = false;
vertical->childForceExpandHeight = false;
vertical->spacing = 1;
vertical->rectTransform->anchoredPosition = {-6, -6};
vertical->rectTransform->anchoredPosition = {-15, -6};

AddConfigValueToggle(vertical, getConfig().ShowWarning);
AddConfigValueToggle(vertical, getConfig().OverrideLength);
Expand Down

0 comments on commit e9c8476

Please sign in to comment.