[eog/gnome-3-10] EogPropertiesDialog: Make details view expand vertically
- From: Felix Riemann <friemann src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [eog/gnome-3-10] EogPropertiesDialog: Make details view expand vertically
- Date: Fri, 1 Nov 2013 23:12:44 +0000 (UTC)
commit c4a025ee3c914abb36041f929b8ee21d9f188a11
Author: Felix Riemann <friemann gnome org>
Date: Sat Nov 2 00:11:52 2013 +0100
EogPropertiesDialog: Make details view expand vertically
Otherwise it would only be large enough for roughly one line.
src/eog-properties-dialog.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/eog-properties-dialog.c b/src/eog-properties-dialog.c
index abcbd8f..7dbd6c0 100644
--- a/src/eog-properties-dialog.c
+++ b/src/eog-properties-dialog.c
@@ -690,6 +690,7 @@ eog_properties_dialog_init (EogPropertiesDialog *prop_dlg)
priv->exif_details = eog_exif_details_new ();
gtk_widget_set_size_request (priv->exif_details, -1, 170);
gtk_container_set_border_width (GTK_CONTAINER (sw), 6);
+ gtk_widget_set_vexpand (priv->exif_details, TRUE);
gtk_container_add (GTK_CONTAINER (sw), priv->exif_details);
gtk_widget_show_all (sw);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]