Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/widgets.py
diff options
context:
space:
mode:
Diffstat (limited to 'widgets.py')
-rw-r--r--widgets.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/widgets.py b/widgets.py
index b4c68f8..3c4093b 100644
--- a/widgets.py
+++ b/widgets.py
@@ -94,11 +94,15 @@ class FontCombo(ComboBox):
"""
+# The class where font size is changed.
class FontSizeCombo(ComboBox):
def __init__(self, abi):
ComboBox.__init__(self)
+ # again follow the same configuration stuff here too.
+ # Question: Where are we setting the default font-size?
+
self._abi_handler = abi.connect('font-size', self._font_size_cb)
self._font_sizes = ['8', '9', '10', '11', '12', '14', '16', '20', \