clean up visualizer default sizes, clean up rough edges of various combos of theme setting / config state

This commit is contained in:
Ryan Fleury
2025-05-05 09:54:29 -07:00
parent f7a3239294
commit c840071bf8
9 changed files with 164 additions and 81 deletions
+1 -1
View File
@@ -130,7 +130,7 @@ E_TYPE_EXPAND_INFO_FUNCTION_DEF(themes)
FuzzyMatchRangeList name_matches = fuzzy_match_find(scratch.arena, filter, name);
if(name_matches.count == name_matches.needle_part_count)
{
str8_list_push(scratch.arena, &names, name);
str8_list_push(scratch.arena, &names, push_str8_copy(arena, name));
}
}
os_file_iter_end(it);