-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix window codeTemplate postion incorrect bug
- Loading branch information
Showing
2 changed files
with
8 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,7 +28,7 @@ void AboutDialog::init() | |
|
||
void AboutDialog::initGui() | ||
{ | ||
plabel_version_ = new QLabel(tr("Version: 1.10.1")); | ||
plabel_version_ = new QLabel(tr("Version: 1.10.2")); | ||
plabel_email_ = new QLabel(tr("Email: [email protected]")); | ||
plabel_github_ = createLinkLabel("Lunar on Github", "https://github.com/jie-meng/Lunar"); | ||
plabel_wiki_ = createLinkLabel("Lunar Wiki", "https://github.com/jie-meng/Lunar/wiki"); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters