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

« back to all changes in this revision

Viewing changes to src/nautilus-properties-window.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:
1273
1273
 
1274
1274
        if (ellipsize_text) {
1275
1275
                gtk_widget_set_hexpand (label_field, TRUE);
 
1276
                gtk_label_set_max_width_chars (GTK_LABEL (label_field), 24);
1276
1277
        }
1277
1278
 
1278
1279
        if (sibling != NULL) {