Skip to content

Commit

Permalink
version updated to v3.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Sadam452 committed Jan 10, 2023
1 parent 0b4f744 commit 772508f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FrameWorkCode/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ int main(int argc, char *argv[])
a.setWindowIcon(windowIcon); //Sets icon of the GUI window.
a.setStyleSheet("QMessageBox{font: 15px \"Work Sans\"; background:rgb(32, 33, 72);} QMessageBox QLabel{color:white;} QMessageBox QPushButton{background-color:rgb(227, 228, 228);border:0px; color: rgb(32, 33, 72); height:26.96px; width: 113.5px; padding-top:1px; border-radius:4.8px; padding-left:1.3px; selection-color: rgb(32, 33, 72); selection-background-color: rgb(136, 138, 133);} QMessageBox QPushButton:checked{background-color: rgb(136, 138, 133);} QMessageBox QPushButton:pressed {background-color: rgb(136, 138, 133);}");
a.setApplicationName( QStringLiteral( "Udaan Editing Tool" ) );
a.setApplicationVersion("v3.5.4");
a.setApplicationVersion("v3.5.6");
a.setAttribute(Qt::AA_EnableHighDpiScaling);

//! Writing Log Files
Expand Down

0 comments on commit 772508f

Please sign in to comment.