We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3058f0 commit 6eb1c00Copy full SHA for 6eb1c00
src/candle.pro
@@ -29,7 +29,7 @@ contains(QT_CONFIG, opengles.) {
29
30
TARGET = Candle
31
TEMPLATE = app
32
-VERSION = 1.1.8
+VERSION = 1.2b
33
RC_ICONS += images/candle.ico
34
35
DEFINES += sNan=\"65536\"
src/frmmain.cpp
@@ -540,7 +540,7 @@ void frmMain::loadSettings()
540
qApp->processEvents();
541
restoreState(set.value("formMainState").toByteArray());
542
543
- // Adjust width
+ // Adjust width
544
int w = qMax(ui->dockDevice->widget()->sizeHint().width(),
545
ui->dockModification->widget()->sizeHint().width());
546
ui->dockDevice->setFixedWidth(w);
0 commit comments