GNOME Bugzilla – Bug 514415
Columns list and its description should be Indented 12 pixels
Last modified: 2008-05-04 18:53:50 UTC
Please describe the problem: Other tabs in the preferences dialog use GtkAlignment with left_padding=12 to indent widgets. The 'Columns List' tab uses GtkHBox where first child is a dummy GtkLabel with ' ' (four spaces). It means that an indentation size is not constant and depends on the active font. Steps to reproduce: Open the preferences dialog (Edit->Preferences), switch few times between Display and Columns List to see a difference. Actual results: Expected results: Does this happen every time? Other information:
Created attachment 104431 [details] [review] Proposed patch. This patch removes the dummy label and replaces GtkHBox with GtkAlignment.
Good catch, confirming this. Please subscribe to the nautilus mailing list [1] and submit there your patches for review, thanks. [1] nautilus-list@gnome.org - you can subscribe from http://mail.gnome.org/mailman/listinfo/nautilus-list
Thanks, good catch! I committed a similar patch to trunk - yours did not apply cleanly anymore.
I believe this can be closed as FIXED. 2008-05-03 Christian Neumair <cneumair@gnome.org> * src/nautilus-file-management-properties.glade: Use 12 pixels of list column page indentation. Fixes #514415. Thanks to Marcin Galazka.
Yep, looks ok.