[nostalgia/core/studio] Fix subsheet editor height

This commit is contained in:
Gary Talent 2022-04-03 02:20:16 -05:00
parent 60d67218db
commit a40c768872

View File

@ -92,7 +92,7 @@ void TileSheetEditorImGui::draw(core::Context*) noexcept {
drawPaletteSelector(); drawPaletteSelector();
} }
ImGui::EndChild(); 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; static constexpr auto btnHeight = 18;
const auto btnSize = ImVec2(18, btnHeight); const auto btnSize = ImVec2(18, btnHeight);