diff --git a/panels/printers/pp-details-dialog.ui b/panels/printers/pp-details-dialog.ui index d4b7e342f..71f56fff8 100644 --- a/panels/printers/pp-details-dialog.ui +++ b/panels/printers/pp-details-dialog.ui @@ -27,14 +27,17 @@ + True 20 center + True 10 10 + True Name end printer_name_entry @@ -49,6 +52,7 @@ + True fill 320 @@ -61,6 +65,7 @@ + True Location end printer_location_entry @@ -75,6 +80,7 @@ + True 320 fill @@ -86,6 +92,7 @@ + True Address end printer_address_label @@ -100,6 +107,7 @@ + True 192.168.0.1 start @@ -111,6 +119,7 @@ + True Driver end printer_model_label @@ -125,9 +134,11 @@ + True start + True start HP Inkjet Delux 9000 True @@ -138,16 +149,19 @@ + True start 5 + True True start + True start Searching for preferred drivers… @@ -166,11 +180,13 @@ + True vertical 10 start + True Search for Drivers fill @@ -179,6 +195,7 @@ + True Select from Database… fill @@ -187,6 +204,7 @@ + True Install PPD File… fill diff --git a/panels/printers/pp-printer-entry.c b/panels/printers/pp-printer-entry.c index c402dae3c..b0ffb0f7c 100644 --- a/panels/printers/pp-printer-entry.c +++ b/panels/printers/pp-printer-entry.c @@ -439,7 +439,7 @@ on_show_printer_details_dialog (GtkButton *button, g_signal_connect (self->pp_details_dialog, "response", G_CALLBACK (details_dialog_cb), self); g_signal_connect (self->pp_details_dialog, "printer-renamed", G_CALLBACK (printer_renamed_cb), self); - gtk_widget_show_all (GTK_WIDGET (self->pp_details_dialog)); + gtk_widget_show (GTK_WIDGET (self->pp_details_dialog)); } static void