summaryrefslogtreecommitdiff
path: root/src/tabpopup.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tabpopup.c')
-rw-r--r--src/tabpopup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tabpopup.c b/src/tabpopup.c
index 47edfba9..08c4ac7f 100644
--- a/src/tabpopup.c
+++ b/src/tabpopup.c
@@ -169,7 +169,7 @@ meta_ui_tab_popup_new (const MetaTabEntry *entries)
gtk_container_add (GTK_CONTAINER (frame),
vbox);
- align = gtk_alignment_new (0.5, 0.5, 1.0, 1.0);
+ align = gtk_alignment_new (0.5, 0.5, 0.0, 0.0);
gtk_box_pack_start (GTK_BOX (vbox), align, TRUE, TRUE, 0);