UI: Make sure all dialogs have close buttons

This adds close buttons to remux dialog, output timer dialog, and
advanced audio properties dialog.  I also did a small refactor of the
remux dialog so the buttons were consistent with other dialogs.

Closes jp9000/obs-studio#876
This commit is contained in:
cg2121
2017-04-09 08:11:35 -05:00
committed by jp9000
parent 0ea0b99aa0
commit e26f07a1c3
6 changed files with 59 additions and 62 deletions

View File

@@ -39,7 +39,6 @@ class OBSRemux : public QDialog {
void BrowseInput();
void BrowseOutput();
void Remux();
bool Stop();
@@ -58,6 +57,7 @@ private slots:
public slots:
void updateProgress(float percent);
void remuxFinished(bool success);
void Remux();
signals:
void remux();