Skip to content

Commit

Permalink
removed spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
razaqq committed Jul 18, 2019
1 parent 5eea29a commit f1601a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ def __init__(self):
self.central_widget = None
self.config = Config()
self.layout = QVBoxLayout()
self.layout.setContentsMargins(0, 0, 0, 0)
self.layout.setSpacing(0)
self.init()
self.create_table_labels()
self.left_table, self.right_table = self.create_tables()
Expand Down

0 comments on commit f1601a9

Please sign in to comment.