[gnome-packagekit] Fixed resizing of "Files" window
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-packagekit] Fixed resizing of "Files" window
- Date: Sun, 25 Oct 2015 01:57:31 +0000 (UTC)
commit 221bb8ee128cf531adbaeabbcd31f733feb994c2
Author: Ignazio Sgalmuzzo <ignaker gmail com>
Date: Sat Oct 17 20:00:20 2015 +0200
Fixed resizing of "Files" window
https://bugzilla.gnome.org/show_bug.cgi?id=741727
src/gpk-dialog.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gpk-dialog.c b/src/gpk-dialog.c
index 1b800dc..2a27cde 100644
--- a/src/gpk-dialog.c
+++ b/src/gpk-dialog.c
@@ -260,7 +260,7 @@ gpk_dialog_embed_file_list_widget (GtkDialog *dialog, GPtrArray *files)
/* add scrolled window */
widget = gtk_dialog_get_content_area (GTK_DIALOG(dialog));
- gtk_container_add (GTK_CONTAINER (widget), scroll);
+ gtk_box_pack_start (GTK_BOX (widget), scroll, TRUE, TRUE, 0);
g_free (text);
return TRUE;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]