This commit is contained in:
寂静的羽夏 2022-08-23 18:40:19 +08:00
parent 3eba825ad6
commit bb987e37b5
2 changed files with 1 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 24 KiB

View File

@ -153,6 +153,7 @@ bool WingHexDisasm::init(QList<WingPluginInfo> loadedplugin) {
txtAsm->setUndoRedoEnabled(false);
vlayout->addItem(hlayout);
vlayout->addWidget(txtAsm);
vlayout->addStretch();
PluginDockWidgetInit(dw, w, tr("DisasmWindow"), "DisasmWindow");