Skip to content

Commit

Permalink
~ It must be v1.4 now
Browse files Browse the repository at this point in the history
  • Loading branch information
nikich340 committed Apr 28, 2022
1 parent 976bae5 commit 2f83300
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/W3MayaAnimUtil.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@

#define upn(val, start, end) for(int val = start; val <= end; ++val)
#define JRef QJsonValueRef
#define VERSION "v1.3 "
#define VERSION "v1.4"

W3MayaAnimUtil::W3MayaAnimUtil(QWidget *parent)
: QMainWindow(parent)
, ui(new Ui::W3MayaAnimUtil)
{
ui->setupUi(this);
//ui->textLog->setFontPointSize(20);
ui->textLog->setHtml("Welcome to <span style=\"font-weight:700;\">W3MayaAnimUtil " + QString(VERSION "(" __DATE__ ")") + "</span>!<br>Made by <span style=\"color:#6f00a6;font-weight:700;\">nikich340</span> for better the Witcher 3 modding experiene.<br><br>Click \"Load anim .json\" to start");
ui->textLog->setHtml("Welcome to <span style=\"font-weight:700;\">W3MayaAnimUtil " + QString(VERSION " (" __DATE__ ")") + "</span>!<br>Made by <span style=\"color:#6f00a6;font-weight:700;\">nikich340</span> for better the Witcher 3 modding experiene.<br><br>Click \"Load anim .json\" to start");
ui->spinSensivity->setMinimum(0.0000000001);
ui->spinSensivity->setSingleStep(0.00001);
ui->spinSensivity->setValue(0.00001);
Expand Down

0 comments on commit 2f83300

Please sign in to comment.