It would be nice, if the flag icon size is configurable via gconf or gtkrc. Anyway a fast workaround is a small change in the applet code, delimiting it to only 75% of the available height. (maybe that would be even better solved as a setting in gconf, named "zoom" or "scale")
It would be nice, if the flag icon size is configurable via gconf or gtkrc. Anyway a fast workaround is a small change in the applet code, delimiting it to only 75% of the available height. (maybe that would be even better solved as a setting in gconf, named "zoom" or "scale")
diff -uNr a/gswitchit/ gswitchit- applet. c b/gswitchit/ gswitchit- applet. c gswitchit- applet. c 2008-11-15 07:04:17.000000000 +0100 gswitchit- applet. c 2008-11-15 07:06:07.000000000 +0100 show_all (sia->applet); realize (sia->applet);
--- a/gswitchit/
+++ b/gswitchit/
@@ -614,7 +614,7 @@
gtk_widget_
gtk_widget_
- max_ratio = gkbd_indicator_ get_max_ width_height_ ratio (); get_max_ width_height_ ratio ();
+ max_ratio = 0.75 * gkbd_indicator_
if (max_ratio > 0) {
switch (orient) {