After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 422285 - when I click beween name - size the name list should resize to the longest name it has
when I click beween name - size the name list should resize to the longest na...
Status: RESOLVED DUPLICATE of bug 410361
Product: nautilus
Classification: Core
Component: Views: All
2.18.x
Other All
: Normal normal
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-03-24 14:20 UTC by Kristof Vansant
Modified: 2007-04-02 08:24 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18



Description Kristof Vansant 2007-03-24 14:20:50 UTC
Please describe the problem:
What I really hate about the current way of working is that you have manually guess how long a file name is. 

Steps to reproduce:
1. 
2. 
3. 


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Kristof Vansant 2007-03-31 16:19:58 UTC
this would be a serious improvement


Index: fm-list-view.c
===================================================================
--- fm-list-view.c      (revision 12839)
+++ fm-list-view.c      (working copy)
@@ -1384,7 +1384,7 @@
                        cell = gtk_cell_renderer_text_new ();
                         g_object_set (cell,
                                       "ellipsize", PANGO_ELLIPSIZE_END,
-                                      "width-chars", 32,
+                                      "width-chars", 64,
                                       NULL);
                        view->details->file_name_cell = (GtkCellRendererText *)cell;
                        g_signal_connect (cell, "edited", G_CALLBACK (cell_renderer_edited), view);
Comment 2 Kristof Vansant 2007-04-02 08:24:36 UTC

*** This bug has been marked as a duplicate of 410361 ***