Skip to content

Commit

Permalink
Email updated
Browse files Browse the repository at this point in the history
  • Loading branch information
codernayeem committed Apr 3, 2021
1 parent e14a715 commit db89474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/python/dialogs.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def setupUi(self, AboutPage):
font.setFamily("Arial")
font.setPointSize(12)
self.email.setFont(font)
self.email.setText("nayemmia898@gmail.com")
self.email.setText("nayeem.code@gmail.com")
self.gridLayout.addWidget(self.email, 1, 1, 1, 1)
self.gridLayout.setColumnStretch(1, 2)
self.widget = QtWidgets.QWidget(AboutPage)
Expand Down

0 comments on commit db89474

Please sign in to comment.