mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-20 09:22:15 -07:00
leave more comments
This commit is contained in:
parent
4210b7595f
commit
d3d790f056
1 changed files with 1 additions and 0 deletions
|
|
@ -86,6 +86,7 @@ TabReplays::TabReplays(TabSupervisor *_tabSupervisor, AbstractClient *_client) :
|
||||||
rightGroupBox = new QGroupBox;
|
rightGroupBox = new QGroupBox;
|
||||||
rightGroupBox->setLayout(rightVbox);
|
rightGroupBox->setLayout(rightVbox);
|
||||||
|
|
||||||
|
// combine layouts
|
||||||
QHBoxLayout *hbox = new QHBoxLayout;
|
QHBoxLayout *hbox = new QHBoxLayout;
|
||||||
hbox->addWidget(leftGroupBox);
|
hbox->addWidget(leftGroupBox);
|
||||||
hbox->addWidget(rightGroupBox);
|
hbox->addWidget(rightGroupBox);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue