Skip to content

Commit

Permalink
0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mowangshuying committed Jul 13, 2024
1 parent 11c5fff commit 705dfb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FluWinGallery/FluSettingPage.h
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ class FluSettingPage : public FluWidget

settingsVersionBox->getTitleLabel()->setText("FluentUI Gallery(Cpp & Qt).");
settingsVersionBox->getInfoLabel()->setText("©2023-2024 FluentUI For Qt & Cpp. All rights reserved.");
settingsVersionBox->getVersionLabel()->setText("0.2.6");
settingsVersionBox->getVersionLabel()->setText("0.2.7");

QIcon icon = QIcon("../res/Tiles/GalleryIcon.ico");
settingsVersionBox->getIconLabel()->setPixmap(icon.pixmap(20, 20));
Expand Down

0 comments on commit 705dfb4

Please sign in to comment.