Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/view/home
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2007-08-31 15:46:03 (GMT)
committer Dan Williams <dcbw@redhat.com>2007-08-31 15:46:03 (GMT)
commit00ec48f21447205445aa2a34d31093a969cc549a (patch)
tree92b81d8308638c1bc93e4cbd50ccf7955847f15d /shell/view/home
parentf4c7e03c34ba77b29e0eb3c703945ad2ea46fb18 (diff)
Make AP icons small size
Diffstat (limited to 'shell/view/home')
-rw-r--r--shell/view/home/MeshBox.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/view/home/MeshBox.py b/shell/view/home/MeshBox.py
index 09eb869..d9eaca3 100644
--- a/shell/view/home/MeshBox.py
+++ b/shell/view/home/MeshBox.py
@@ -43,7 +43,7 @@ _ICON_NAME = 'network-wireless'
class AccessPointView(PulsingIcon):
def __init__(self, model):
- PulsingIcon.__init__(self)
+ PulsingIcon.__init__(self, size=style.SMALL_ICON_SIZE)
self._model = model
self.connect('activated', self._activate_cb)