Skip to content

Commit

Permalink
Prepare version 0.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
Denvi committed Dec 12, 2015
1 parent c76e7d5 commit e1aaae0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions frmmain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ frmMain::frmMain(QWidget *parent) :
// Loading settings
m_settingsFileName = qApp->applicationDirPath() + "/settings.ini";
loadSettings();
// ui->tblProgram->hideColumn(4);
// ui->tblProgram->hideColumn(5);
ui->tblProgram->hideColumn(4);
ui->tblProgram->hideColumn(5);
// ui->tblProgram->showColumn(4);

// Setup serial port
Expand Down
2 changes: 2 additions & 0 deletions frmsettings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -511,6 +511,8 @@ void frmSettings::on_cmdDefaults_clicked()
setUnits(0);

setArcLength(0.0);
setArcDegreeMode(true);
setArcDegree(5.0);

setLineWidth(1.5);
setAntialiasing(true);
Expand Down
2 changes: 1 addition & 1 deletion grbl_control.pro
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ DEFINES += sNan=\"65536\"

greaterThan(QT_MAJOR_VERSION, 4): QT += widgets

VERSION = 0.7
VERSION = 0.8

DEFINES += APP_VERSION=\\\"$$VERSION\\\"

Expand Down

0 comments on commit e1aaae0

Please sign in to comment.