diff --git a/src/nostalgia/core/studio/tilesheeteditor-imgui.cpp b/src/nostalgia/core/studio/tilesheeteditor-imgui.cpp index db8a26be..95d603bb 100644 --- a/src/nostalgia/core/studio/tilesheeteditor-imgui.cpp +++ b/src/nostalgia/core/studio/tilesheeteditor-imgui.cpp @@ -92,7 +92,7 @@ void TileSheetEditorImGui::draw(core::Context*) noexcept { drawPaletteSelector(); } ImGui::EndChild(); - ImGui::BeginChild("SubSheets", ImVec2(m_palViewWidth - 24, ySize / 2.07f), true); + ImGui::BeginChild("SubSheets", ImVec2(m_palViewWidth - 24, ySize / 2.03f), true); { static constexpr auto btnHeight = 18; const auto btnSize = ImVec2(18, btnHeight);