Default style for line Qt::SolidLine.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2015-02-03 00:08:39 +02:00
parent 1b6408c144
commit 6a9cc6da0a

View File

@ -298,7 +298,7 @@ void DialogTool::FillComboBoxTypeLine(QComboBox *box, const QMap<QString, QIcon>
++i;
}
box->setCurrentIndex(1);
box->setCurrentIndex(4);
}
//---------------------------------------------------------------------------------------------------------------------