Yet more vertical centering of labels.

This commit is contained in:
Electric Keet 2023-08-06 22:47:17 -07:00
parent 1ea4452e9b
commit 3effd9e506
7 changed files with 37 additions and 0 deletions

View file

@ -127,6 +127,7 @@ void FurnaceGUI::drawSubSongs(bool asChild) {
ImGui::SetTooltip("Remove");
}
ImGui::AlignTextToFramePadding();
ImGui::Text("Name");
ImGui::SameLine();
ImGui::SetNextItemWidth(ImGui::GetContentRegionAvail().x);