Skip to content

Commit

Permalink
Fixed path Removed some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomasedv committed Jul 30, 2019
1 parent c0b714d commit bab01e9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions __main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ def main():


if __name__ == '__main__':
# TODO: Test on high DPI screen.
# TODO: Get a high DPI screen...
QApplication.setAttribute(Qt.AA_EnableHighDpiScaling, True)
QApplication.setAttribute(Qt.AA_UseHighDpiPixmaps, True)
main()
2 changes: 1 addition & 1 deletion core.py
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ def build_gui(self):
self.tab4_txt_lineedit = QLineEdit()
self.tab4_txt_lineedit.setReadOnly(True) # Read only
self.tab4_txt_lineedit.setText(self.settings.user_options['multidl_txt']) # Path from settings.
# TODO: Refactor settings to not have the section "Other stuff"

self.tab4_txt_label = QLabel('Textfile:')

# Textbrowser to adds some info about Grabber.
Expand Down

0 comments on commit bab01e9

Please sign in to comment.