Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xReckonPrimer.activity/display.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/ReckonPrimer.activity/display.py b/ReckonPrimer.activity/display.py
index 0d58be5..88b9e9e 100755
--- a/ReckonPrimer.activity/display.py
+++ b/ReckonPrimer.activity/display.py
@@ -97,9 +97,9 @@ class Display:
self.table.attach(self.feedback_table, 1, 2, 0, 5)
# show all tables, scrolled_window already shown above
- self.settings_table_show()
- self.collection_table.show()
- self.feedback_table.show()
+ self.settings_table_show() # treat uniformly <>!
+ self.collection_table.show() # treat uniformly !
+ self.feedback_table.show() # treat uniformly !
self.table.show() # since all other tables have been inserted
def update_time(self):