Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/createcardpanel.py
diff options
context:
space:
mode:
authorSimon Schampijer <simon@schampijer.de>2009-06-03 22:00:41 (GMT)
committer Simon Schampijer <simon@schampijer.de>2009-06-03 22:00:41 (GMT)
commit82955e752960cb078900a9860f1fbba897b47eed (patch)
tree59f4aa334fdaeab6344622ef74d37c0d1bd3cd87 /createcardpanel.py
parent5b1e1af6912dbc0da7cf85d96cc925151c1d6247 (diff)
Less pixeled audio icon
Diffstat (limited to 'createcardpanel.py')
-rw-r--r--createcardpanel.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/createcardpanel.py b/createcardpanel.py
index fd36999..0b34ff2 100644
--- a/createcardpanel.py
+++ b/createcardpanel.py
@@ -351,7 +351,7 @@ class CardEditor(gtk.EventBox):
self.set_snd(dst)
icon_theme = gtk.icon_theme_get_default()
pixbuf_t = icon_theme.load_icon("audio-x-generic",
- style.STANDARD_ICON_SIZE, 0)
+ style.XLARGE_ICON_SIZE, 0)
self.card.set_pixbuf(pixbuf_t)
self.emit('has-sound', True)
_logger.debug('Audio Loaded: '+dst)