summaryrefslogtreecommitdiff
path: root/libcaja-private/caja-open-with-dialog.c
diff options
context:
space:
mode:
authorlukefromdc <[email protected]>2017-08-18 17:48:34 -0400
committerlukefromdc <[email protected]>2017-08-18 17:48:34 -0400
commitecc5c08b411fa9c12044fa3ebd374b5b8b4dc543 (patch)
tree4a4701895fc2e8234b52273cd0d0511671608feb /libcaja-private/caja-open-with-dialog.c
parent42c8d2c3373c25d6e321be6950997c0d7ce44279 (diff)
downloadcaja-ecc5c08b411fa9c12044fa3ebd374b5b8b4dc543.tar.bz2
caja-ecc5c08b411fa9c12044fa3ebd374b5b8b4dc543.tar.xz
Fix #828 "Open With" dialog "Open" button's text misaligned
Diffstat (limited to 'libcaja-private/caja-open-with-dialog.c')
-rw-r--r--libcaja-private/caja-open-with-dialog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcaja-private/caja-open-with-dialog.c b/libcaja-private/caja-open-with-dialog.c
index c2932993..07179683 100644
--- a/libcaja-private/caja-open-with-dialog.c
+++ b/libcaja-private/caja-open-with-dialog.c
@@ -964,7 +964,7 @@ caja_open_with_dialog_init (CajaOpenWithDialog *dialog)
gtk_widget_show (label);
dialog->details->open_label = label;
- gtk_box_pack_start (GTK_BOX (hbox), label, FALSE, FALSE, 0);
+ gtk_box_pack_start (GTK_BOX (hbox), label, TRUE, FALSE, 0);
gtk_widget_show (dialog->details->button);
gtk_widget_set_can_default (dialog->details->button, TRUE);