Skip to content

Commit 6eb1c00

Browse files
committed
Version updated
1 parent f3058f0 commit 6eb1c00

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/candle.pro

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ contains(QT_CONFIG, opengles.) {
2929

3030
TARGET = Candle
3131
TEMPLATE = app
32-
VERSION = 1.1.8
32+
VERSION = 1.2b
3333
RC_ICONS += images/candle.ico
3434

3535
DEFINES += sNan=\"65536\"

src/frmmain.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ void frmMain::loadSettings()
540540
qApp->processEvents();
541541
restoreState(set.value("formMainState").toByteArray());
542542

543-
// Adjust width
543+
// Adjust width
544544
int w = qMax(ui->dockDevice->widget()->sizeHint().width(),
545545
ui->dockModification->widget()->sizeHint().width());
546546
ui->dockDevice->setFixedWidth(w);

0 commit comments

Comments
 (0)