Update randomizer_item_tracker.cpp

This commit is contained in:
PurpleHato 2022-07-27 23:01:57 +02:00 committed by GitHub
parent b81bcf435c
commit 1e8f02a3ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1019,7 +1019,7 @@ void DrawItemTracker(bool& open) {
SohImGui::EnhancementCheckbox("Randomizer colors for Songs", "gItemTrackeSongColor");
SohImGui::Tooltip("Will dispaly non-warp songs with randomizer\ncolors instead of pure white");
SohImGui::EnhancementCheckbox("Personnal notes space", "gItemTrackerNotes");
SohImGui::Tooltip("Adds a personal space under the item list to\n write eyour own notes.");
SohImGui::Tooltip("Adds a textbox under the item tracker to keep your own notes in");
SohImGui::EnhancementSliderInt("Icon size : %dpx", "##ITEMTRACKERICONSIZE", "gRandoTrackIconSize", 32, 128, "");
SohImGui::EnhancementSliderInt("X spacing : %dpx", "##ITEMTRACKERSPACINGX", "gRandoTrackIconSpacingX", minimalSpacingX, 256,
@ -1050,4 +1050,4 @@ void DrawItemTracker(bool& open) {
void InitItemTracker() {
SohImGui::AddWindow("Randomizer", "Item Tracker", DrawItemTracker);
}
}