~ubuntu-branches/ubuntu/vivid/nautilus/vivid

« back to all changes in this revision

Viewing changes to src/nautilus-list-view.c

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher, Lars Uebernickel
  • Date: 2014-10-20 09:05:18 UTC
  • Revision ID: package-import@ubuntu.com-20141020090518-ykbdbqn3cb98gyh5
Tags: 1:3.10.1-0ubuntu15
* debian/patches/git_name_column.patch:
  - "nautilus-list-view: Avoid unreadable names" (lp: #1243806)

[ Lars Uebernickel ]
* debian/patches/properties_window_set_max_width_for_value_labels.patch:
  - avoid very wide properties window (GNOME: #732117)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2070
2070
                        g_object_set (cell,
2071
2071
                                      "ellipsize", PANGO_ELLIPSIZE_END,
2072
2072
                                      "single-paragraph-mode", TRUE,
 
2073
                                      "width-chars", 30,
2073
2074
                                      "xpad", 5,
2074
2075
                                      NULL);
2075
2076