2005-12-05 [paul] 1.9.100cvs61
[claws.git] / src / plugins / dillo_viewer / dillo_prefs.c
index cb049bf5e37b72246873af450a8699ca0019dcac..397e4deb52d1e3b9bc4b2c07e5449aad1ca6a9db 100644 (file)
@@ -123,6 +123,8 @@ static void create_dillo_prefs_page(PrefsPage *page,
        label = gtk_label_new(_("You can still load remote links "
                              "by reloading the page"));
         gtk_box_pack_start(GTK_BOX(vbox), label, FALSE, FALSE, 0);
        label = gtk_label_new(_("You can still load remote links "
                              "by reloading the page"));
         gtk_box_pack_start(GTK_BOX(vbox), label, FALSE, FALSE, 0);
+       gtk_misc_set_alignment(GTK_MISC(label), 0, 0.5);
+       gtkut_widget_set_small_font_size (label);
         gtk_widget_show(label);
 
        full_tooltip = gtk_tooltips_new();
         gtk_widget_show(label);
 
        full_tooltip = gtk_tooltips_new();