[lokisetup] tweaking the layout of installs with components?

Ryan C. Gordon icculus at clutteredmind.org
Sat Mar 9 13:32:33 EST 2002


> I am trying to make some new additions in setup and use the <component>
> attribute for it. My problem right now is that the layout isn't terribly
> good. I'd rather have the option names closer to the component name ..
> anyone can hint me where to look?

This is totally a guess, I haven't even compiled it, but it's probably this:

--ryan.


diff -u -r1.66 gtk_ui.c
--- gtk_ui.c	2002/02/24 02:35:16	1.66
+++ gtk_ui.c	2002/03/09 18:31:24
@@ -992,6 +992,7 @@
 		name = beginning_string(node->content);
 		if ( *name ) {
 			button = gtk_label_new(name);
+			gtk_label_set_justify(GTK_LABEL(button), GTK_JUSTIFY_LEFT);
 			gtk_widget_show(button);
 			gtk_box_pack_start(GTK_BOX(box), GTK_WIDGET(button), FALSE, FALSE, 0);
 		}





More information about the Lokisetup mailing list