Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
noembryo committed Jan 1, 2017
1 parent e154c10 commit 2c7195e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def __init__(self, parent=None):

self.skip_version = 0
self.last_dir = os.getcwd()
self.exit_msg = False
self.exit_msg = True

self.file_table.verticalHeader().setResizeMode(QHeaderView.Fixed)
self.header_main = self.file_table.horizontalHeader()
Expand Down

0 comments on commit 2c7195e

Please sign in to comment.