equal
deleted
inserted
replaced
75 BtnGo->setMinimumHeight(50); |
75 BtnGo->setMinimumHeight(50); |
76 |
76 |
77 |
77 |
78 bottomLayout->addWidget(leRoomName); |
78 bottomLayout->addWidget(leRoomName); |
79 BtnUpdate = addButton(QAction::tr("Update"), bottomLayout, 1, false); |
79 BtnUpdate = addButton(QAction::tr("Update"), bottomLayout, 1, false); |
|
80 |
|
81 bottomLayout->addStretch(); |
80 bottomLayout->addWidget(BtnGo); |
82 bottomLayout->addWidget(BtnGo); |
81 |
83 |
82 BtnMaster = addButton(tr("Control"), bottomLayout, 3); |
84 BtnMaster = addButton(tr("Control"), bottomLayout, 3); |
83 bottomLayout->insertStretch(3, 100); |
85 bottomLayout->insertStretch(3, 100); |
84 |
86 |