mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
parent
1537f83e85
commit
0d3f061ba8
@ -50,11 +50,11 @@ public slots:
|
||||
protected:
|
||||
QVBoxLayout* verLayout;
|
||||
VideoSurface* videoSurface;
|
||||
QPushButton* enterFullScreenButton = nullptr;
|
||||
|
||||
private:
|
||||
QHBoxLayout* buttonLayout = nullptr;
|
||||
QPushButton* toggleMessagesButton = nullptr;
|
||||
QPushButton* enterFullScreenButton = nullptr;
|
||||
QFrame* buttonPanel = nullptr;
|
||||
QPushButton* videoPreviewButton = nullptr;
|
||||
QPushButton* volumeButton = nullptr;
|
||||
|
@ -117,6 +117,9 @@ GroupNetCamView::GroupNetCamView(int group, QWidget* parent)
|
||||
videoLabelSurface->layout()->setMargin(0);
|
||||
videoLabelSurface->setStyleSheet("QFrame { background-color: black; }");
|
||||
|
||||
// remove full screen button in audio group chat since it's useless there
|
||||
enterFullScreenButton->hide();
|
||||
|
||||
QSplitter* splitter = new QSplitter(Qt::Vertical, this);
|
||||
splitter->setChildrenCollapsible(false);
|
||||
verLayout->insertWidget(0, splitter, 1);
|
||||
|
Loading…
x
Reference in New Issue
Block a user