Following fixed it for me:
@@ -579,7 +579,7 @@
procdata->config.show_kill_warning);
g_signal_connect (G_OBJECT (check_button), "toggled",
G_CALLBACK (show_kill_dialog_toggled), procdata);
- gtk_box_pack_start (GTK_BOX (hbox2), check_button, FALSE, FALSE, 0);
+ gtk_box_pack_start (GTK_BOX (hbox2), check_button, TRUE, TRUE, 0);
@@ -725,7 +725,7 @@
procdata->config.show_all_fs);
g_signal_connect (G_OBJECT (check_button), "toggled",
G_CALLBACK (show_all_fs_toggled), procdata);
- gtk_box_pack_start (GTK_BOX (hbox2), check_button, FALSE, FALSE, 0);
+ gtk_box_pack_start (GTK_BOX (hbox2), check_button, TRUE, TRUE, 0);
I know that this kind of problems have the lowest priority, but a
desktop OS should really have a polished GUI.
--
Inconsistent mouseover behaviour in System Monitor Preferences
https://bugs.launchpad.net/bugs/203371
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs