Skip to content

Commit

Permalink
Version updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Denvi committed Oct 30, 2019
1 parent f3058f0 commit 6eb1c00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/candle.pro
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ contains(QT_CONFIG, opengles.) {

TARGET = Candle
TEMPLATE = app
VERSION = 1.1.8
VERSION = 1.2b
RC_ICONS += images/candle.ico

DEFINES += sNan=\"65536\"
Expand Down
2 changes: 1 addition & 1 deletion src/frmmain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ void frmMain::loadSettings()
qApp->processEvents();
restoreState(set.value("formMainState").toByteArray());

// Adjust width
// Adjust width
int w = qMax(ui->dockDevice->widget()->sizeHint().width(),
ui->dockModification->widget()->sizeHint().width());
ui->dockDevice->setFixedWidth(w);
Expand Down

0 comments on commit 6eb1c00

Please sign in to comment.