[nostalgia/core/studio] Fix subsheet editor height
This commit is contained in:
parent
60d67218db
commit
a40c768872
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user