Skip to content

Commit 7e9dc52

Browse files
fxriraveit65
authored andcommitted
EomPropertiesDialog: Make details view expand vertically
Otherwise it would only be large enough for roughly one line. origin commit: https://gitlab.gnome.org/GNOME/eog/commit/c4a025e
1 parent baa4e0b commit 7e9dc52

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/eom-properties-dialog.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -748,6 +748,7 @@ eom_properties_dialog_init (EomPropertiesDialog *prop_dlg)
748748
priv->exif_details = eom_exif_details_new ();
749749
gtk_widget_set_size_request (priv->exif_details, -1, 170);
750750
gtk_container_set_border_width (GTK_CONTAINER (sw), 6);
751+
gtk_widget_set_vexpand (priv->exif_details, TRUE);
751752

752753
gtk_container_add (GTK_CONTAINER (sw), priv->exif_details);
753754
gtk_widget_show_all (sw);

0 commit comments

Comments
 (0)