update inline assembly editor internal size

This commit is contained in:
scawful
2022-12-30 18:31:55 -06:00
parent 7060e39ff1
commit 348a6827c2

View File

@@ -45,7 +45,7 @@ void AssemblyEditor::InlineUpdate() {
text_editor_.GetLanguageDefinition().mName.c_str(),
current_file_.c_str());
text_editor_.Render("##asm_editor", ImVec2(0, 300));
text_editor_.Render("##asm_editor", ImVec2(0, 0));
}
void AssemblyEditor::ChangeActiveFile(const std::string& filename) {