Revert "spinbutton: center-align by default"

This reverts commit 64ef11985b.
This commit is contained in:
Cosimo Cecchi 2011-03-04 11:12:32 -05:00
parent fb245b8ece
commit cae7b93729

View File

@ -637,8 +637,6 @@ gtk_spin_button_init (GtkSpinButton *spin_button)
gtk_spin_button_set_adjustment (spin_button,
gtk_adjustment_new (0, 0, 0, 0, 0, 0));
gtk_entry_set_alignment (GTK_ENTRY (spin_button), 0.5);
context = gtk_widget_get_style_context (GTK_WIDGET (spin_button));
gtk_style_context_add_class (context, GTK_STYLE_CLASS_SPINBUTTON);
}