Skip to content

Commit

Permalink
Main window settings width [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
markummitchell-tu committed Aug 29, 2016
1 parent 6c1f361 commit af931f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Dlg/DlgSettingsMainWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#include "ZoomFactorInitial.h"
#include "ZoomLabels.h"

const int MINIMUM_DIALOG_WIDTH_MAIN_WINDOW = 530;
const int MINIMUM_DIALOG_WIDTH_MAIN_WINDOW = 550;

DlgSettingsMainWindow::DlgSettingsMainWindow(MainWindow &mainWindow) :
DlgSettingsAbstractBase (tr ("Main Window"),
Expand Down

0 comments on commit af931f1

Please sign in to comment.