diff -up system-config-printer-1.1.13/glade/PrinterPropertiesDialog.glade.markers-display system-config-printer-1.1.13/glade/PrinterPropertiesDialog.glade --- system-config-printer-1.1.13/glade/PrinterPropertiesDialog.glade.markers-display 2009-09-04 10:35:48.000000000 +0100 +++ system-config-printer-1.1.13/glade/PrinterPropertiesDialog.glade 2009-11-26 16:30:46.456177697 +0000 @@ -4677,27 +4677,84 @@ Reverse portrait (180°) GTK_SHADOW_NONE - + True - 0.5 - 0.5 - 1 - 1 - 6 - 0 - 12 - 0 + False + 6 - + True - False - 6 + 0.5 + 0.5 + 1 + 1 + 6 + 0 + 12 + 0 - + + True + True + GTK_POLICY_NEVER + GTK_POLICY_AUTOMATIC + GTK_SHADOW_NONE + GTK_CORNER_TOP_LEFT + + + + True + GTK_SHADOW_IN + + + + 3 + True + False + 6 + + + + + + + + + + + 0 + True + True + + + + + + True + GTK_BUTTONBOX_END + 0 + + + + True + True + True + gtk-refresh + True + GTK_RELIEF_NORMAL + True + + + + + 0 + False + False + @@ -4727,33 +4784,8 @@ Reverse portrait (180°) 0 - False - False - - - - - - True - GTK_BUTTONBOX_END - 0 - - - - True - True - True - gtk-refresh - True - GTK_RELIEF_NORMAL - True - - - - - 0 - False - False + True + True @@ -4913,13 +4945,13 @@ Reverse portrait (180°) 0 - True - True + False + False - False + True True diff -up system-config-printer-1.1.13/system-config-printer.py.markers-display system-config-printer-1.1.13/system-config-printer.py --- system-config-printer-1.1.13/system-config-printer.py.markers-display 2009-11-26 16:29:46.758302644 +0000 +++ system-config-printer-1.1.13/system-config-printer.py 2009-11-26 16:30:46.453177964 +0000 @@ -2558,6 +2558,7 @@ class GUI(GtkGUI, monitor.Watcher): subhbox.pack_start (inklevel, True, False, 0) vbox.pack_start (subhbox, False, False, 0) label = gtk.Label (name) + label.set_width_chars (10) label.set_line_wrap (True) vbox.pack_start (label, False, False, 0) table.attach (vbox, col, col + 1, row, row + 1)