Add pannable area and pack better.
[tweakr] / modules / maemo-tweaks-mce.c
index 4435b4b..276d9fa 100644 (file)
@@ -331,11 +331,11 @@ maemo_tweaks_mce_section_init (MaemoTweaksMceSection *section)
     iface->name = "Mce";
     iface->widget = gtk_vbox_new (FALSE, 0);
     gtk_box_pack_start (GTK_BOX (iface->widget), section->short_power_key,
-                        TRUE, TRUE, 0);
+                        FALSE, FALSE, 0);
     gtk_box_pack_start (GTK_BOX (iface->widget), section->long_power_key,
-                        TRUE, TRUE, 0);
+                        FALSE, FALSE, 0);
     gtk_box_pack_start (GTK_BOX (iface->widget), section->double_power_key,
-                        TRUE, TRUE, 0);
+                        FALSE, FALSE, 0);
 }
 
 static void