Skip to content

Commit

Permalink
Allow window resizeing and add button to show lost docks
Browse files Browse the repository at this point in the history
  • Loading branch information
lingo committed Jun 14, 2015
1 parent b0cf140 commit 8eec091
Show file tree
Hide file tree
Showing 3 changed files with 323 additions and 253 deletions.
9 changes: 9 additions & 0 deletions src/DiffImgWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -927,6 +927,15 @@ void DiffImgWindow::on_actionFullResolution_triggered()

//-------------------------------------------------------------------------

void DiffImgWindow::on_actionShowDocks_triggered()
{
dockWidgetNavigator->show();
dockWidgetProperties->show();
dockWidgetHistogram->show();
}

//-------------------------------------------------------------------------

void DiffImgWindow::on_pushButtonFile1_pressed()
{
actionImage1->setChecked(true);
Expand Down
2 changes: 2 additions & 0 deletions src/DiffImgWindow.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ public slots:
void on_actionSaveDifference_triggered();
void on_actionShowComment_toggled (bool);

void on_actionShowDocks_triggered();

void on_actionDualPanel_toggled(bool val);
void on_actionDisplayWipe_toggled(bool val);

Expand Down
Loading

0 comments on commit 8eec091

Please sign in to comment.