More vertical centering of labels.

chanOsc, debugWindow, editControls, findReplace, gui
This commit is contained in:
Electric Keet 2023-08-06 20:51:51 -07:00
parent f66dd6e70b
commit 1ea4452e9b
5 changed files with 20 additions and 0 deletions

View file

@ -486,6 +486,7 @@ void FurnaceGUI::drawDebug() {
pgProgram.clear();
}
ImGui::AlignTextToFramePadding();
ImGui::Text("Address");
ImGui::SameLine();
ImGui::SetNextItemWidth(100.0f*dpiScale);