mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-02-27 00:13:53 +08:00
cabana: fix inconsistent size for play button (#27298)
This commit is contained in:
@@ -32,6 +32,7 @@ VideoWidget::VideoWidget(QWidget *parent) : QWidget(parent) {
|
||||
// btn controls
|
||||
QHBoxLayout *control_layout = new QHBoxLayout();
|
||||
play_btn = new QPushButton();
|
||||
play_btn->setSizePolicy(QSizePolicy::Preferred, QSizePolicy::Preferred);
|
||||
control_layout->addWidget(play_btn);
|
||||
|
||||
QButtonGroup *group = new QButtonGroup(this);
|
||||
|
||||
Reference in New Issue
Block a user