Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2007-09-05 15:41:39 (GMT)
committer Dan Williams <dcbw@redhat.com>2007-09-05 15:41:39 (GMT)
commitee9a6005c380503509ef3d12f2dd5d0d4564c114 (patch)
tree40d90c4e3687507ad5c6f88968f2243fd6fb89f1 /shell
parent5127901d860424f1badadcb118d378e3bf13ef4c (diff)
Make AP icons a bit larger
Diffstat (limited to 'shell')
-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 d9eaca3..4824cce 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, size=style.SMALL_ICON_SIZE)
+ PulsingIcon.__init__(self, size=style.MEDIUM_ICON_SIZE)
self._model = model
self.connect('activated', self._activate_cb)