summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/ui/metaaccellabel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/metaaccellabel.c b/src/ui/metaaccellabel.c
index 48f562e7..8e6f2a40 100644
--- a/src/ui/metaaccellabel.c
+++ b/src/ui/metaaccellabel.c
@@ -258,7 +258,7 @@ meta_accel_label_draw (GtkWidget *widget,
GtkLabel *label = GTK_LABEL (widget);
gint x, y, xpad, ypad;
gint margin_start, margin_end, margin_top, margin_bottom;
- gfloat yalign;
+ gdouble yalign;
label_layout = gtk_label_get_layout (GTK_LABEL (accel_label));
yalign = gtk_label_get_yalign (GTK_LABEL (accel_label));