From 6eb1c007b9b187a17790fa55cc0b54dec490dc5e Mon Sep 17 00:00:00 2001 From: Denvi Date: Wed, 30 Oct 2019 20:40:25 +0500 Subject: [PATCH] Version updated --- src/candle.pro | 2 +- src/frmmain.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/candle.pro b/src/candle.pro index d6acd5e4..eb7d751c 100644 --- a/src/candle.pro +++ b/src/candle.pro @@ -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\" diff --git a/src/frmmain.cpp b/src/frmmain.cpp index 3753ac94..9f686e55 100644 --- a/src/frmmain.cpp +++ b/src/frmmain.cpp @@ -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);