This commit is contained in:
寂静的羽夏 2022-11-02 10:53:51 +08:00
parent ed056d33e8
commit 77c5ca7b7d
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ bool WingHexAsm::init(QList<WingPluginInfo> loadedplugin) {
w = new QWidget;
auto vlayout = new QVBoxLayout(w);
auto hlayout = new QHBoxLayout(w);
auto hlayout = new QHBoxLayout;
hlayout->addWidget(new QLabel(tr("Arch :"), w));
hlayout->addSpacing(10);