mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 08:40:08 +00:00
Revert "spinbutton: center-align by default"
This reverts commit 64ef11985b
.
This commit is contained in:
parent
fb245b8ece
commit
cae7b93729
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user