Skip to content

Commit

Permalink
button finally
Browse files Browse the repository at this point in the history
  • Loading branch information
sb0y committed Apr 15, 2015
1 parent 1e85832 commit c58baec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ MainWindow::MainWindow ( QWidget *parent ) :
ui->shootMode->setFixedHeight ( ui->shootButton->sizeHint().height() );
ui->shootMode->setFixedWidth ( 22 );

ui->shootMode->setFixedHeight ( ui->shootButton->sizeHint().height() );
ui->buttonExport->setFixedHeight ( ui->shootButton->sizeHint().height() );

shootMenu = ui->shootMode->getMenu();
shootMenu->addAction ( new QAction ( QObject::tr ( "Full screen" ), shootMenu ) );
Expand Down

0 comments on commit c58baec

Please sign in to comment.