mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-02-26 19:38:25 -05:00
UI: Remove unused help icon
This commit is contained in:
@@ -46,6 +46,8 @@ OBSBasicTransform::OBSBasicTransform(OBSBasic *parent)
|
||||
{
|
||||
ui->setupUi(this);
|
||||
|
||||
setWindowFlags(windowFlags() & ~Qt::WindowContextHelpButtonHint);
|
||||
|
||||
HookWidget(ui->positionX, DSCROLL_CHANGED, SLOT(OnControlChanged()));
|
||||
HookWidget(ui->positionY, DSCROLL_CHANGED, SLOT(OnControlChanged()));
|
||||
HookWidget(ui->rotation, DSCROLL_CHANGED, SLOT(OnControlChanged()));
|
||||
|
||||
Reference in New Issue
Block a user