mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
one more line to remove
This commit is contained in:
parent
d875221e53
commit
d2e09ead7a
|
@ -134,7 +134,6 @@ GroupNetCamView::GroupNetCamView(int group, QWidget *parent)
|
|||
QWidget* widget = new QWidget(nullptr);
|
||||
scrollArea->setWidgetResizable(true);
|
||||
horLayout = new QHBoxLayout(widget);
|
||||
//FlowLayout* horLayout = new FlowLayout(widget);
|
||||
horLayout->addStretch(1);
|
||||
|
||||
selfVideoSurface = new LabeledVideo(Settings::getInstance().getSavedAvatar(Core::getInstance()->getSelfId().toString()), this);
|
||||
|
|
Loading…
Reference in New Issue
Block a user