diff options
author | Siddharth Ravikumar <sravik@bgsu.edu> | 2015-12-03 20:39:46 -0500 |
---|---|---|
committer | Siddharth Ravikumar <sravik@bgsu.edu> | 2015-12-03 20:39:46 -0500 |
commit | 95895e73f0750b86c2e6c0d1162535ecd8c6ee9d (patch) | |
tree | 49bdfec48a30fe374a2933de112651dced1f8efe | |
parent | 7cef0c747a277d3372cb80e510dc49240c6e5447 (diff) |
combox/gui.py: fixed spacing.
-rw-r--r-- | combox/gui.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/combox/gui.py b/combox/gui.py index b6e9eab..df1118a 100644 --- a/combox/gui.py +++ b/combox/gui.py @@ -390,8 +390,7 @@ class ComboxConfigDialog(object): lambda e: self.destroy_askdirectory_button()) last_occ_row = last_occ_row + 2 - - + # # It is here for testing purposes only, will be removed in the future. |