summaryrefslogtreecommitdiff
path: root/capplets/appearance/appearance-style.c
diff options
context:
space:
mode:
Diffstat (limited to 'capplets/appearance/appearance-style.c')
-rw-r--r--capplets/appearance/appearance-style.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/capplets/appearance/appearance-style.c b/capplets/appearance/appearance-style.c
index 21fe2002..f5722a1f 100644
--- a/capplets/appearance/appearance-style.c
+++ b/capplets/appearance/appearance-style.c
@@ -236,7 +236,6 @@ static void update_message_area(AppearanceData* data)
gtk_label_set_line_wrap (GTK_LABEL (data->style_message_label), TRUE);
#if GTK_CHECK_VERSION (3, 16, 0)
gtk_label_set_xalign (GTK_LABEL (data->style_message_label), 0.0);
- gtk_label_set_yalign (GTK_LABEL (data->style_message_label), 0.5);
#else
gtk_misc_set_alignment (GTK_MISC (data->style_message_label), 0.0, 0.5);
#endif