~ubuntu-desktop/gnome-control-center/ubuntu

« back to all changes in this revision

Viewing changes to debian/patches/git_iconview_columns.patch

  • Committer: Martin Pitt
  • Author(s): Tim Lunn
  • Date: 2014-09-30 12:51:59 UTC
  • mfrom: (646.1.2 g-c-c)
  • Revision ID: martin.pitt@canonical.com-20140930125159-busza4a4mli50axi
merge with 1:3.12.1-5 from Debian

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Description: git patch, updated for our layout
2
 
diff --git a/shell/cc-shell-category-view.c b/shell/cc-shell-category-view.c
3
 
index 4b05d8c..d7094ab 100644
4
 
--- a/shell/cc-shell-category-view.c
5
 
+++ b/shell/cc-shell-category-view.c
6
 
@@ -138,6 +138,7 @@ cc_shell_category_view_constructed (GObject *object)
7
 
   gtk_icon_view_set_text_column (GTK_ICON_VIEW (iconview), COL_NAME);
8
 
   gtk_icon_view_set_item_width (GTK_ICON_VIEW (iconview), 100);
9
 
   cc_shell_item_view_update_cells (CC_SHELL_ITEM_VIEW (iconview));
10
 
+  gtk_icon_view_set_columns (GTK_ICON_VIEW (iconview), 7);
11
 
 
12
 
   /* create the header if required */
13
 
   if (priv->name)
14
 
--
15
 
cgit v0.9.2
16