update
This commit is contained in:
parent
ed056d33e8
commit
77c5ca7b7d
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue