GNOME Bugzilla – Bug 712770
Label should be left-aligned in "quit before saving" dialog
Last modified: 2013-12-09 11:44:27 UTC
Steps to reproduce * Create a file called 'This is a somewhat longer title than I expect.txt' * Save the file * Edit some text in the file * Click the close button to exit gedit Expected result * The distance between the alert icon and the primary error text should be 12 pixels Actual result * The distance between the alert icon and the primary error text is at least 3 times that GNOME Shell version: 3.8.4 OS Version: Ubuntu 13.10
Created attachment 260388 [details] Screenshot showing whitespace Added screenshot.
Thanks for the bug report. I think it is easy to fix, with the align property or something like that (with glade it is easy to test and find the right property to change).
Nice one! Thanks for the quick response Sébastien.
Hi, I am a newbie in contributing to the free and open source softwares. Can you please guide me in fixing this bug. It would be a great help as it will help me to gain experience in contributing to foss. Just some direction on how to proceed.
Try to reproduce the bug first, with the latest gedit (from git, with jhbuild for example). Search in the code (with grep for example) to see where the string come from. Read the HACKING file to know how to contribute. Read the GTK+ documentation, etc :) If you have more specific questions, don't hesitate to ask on the gedit mailing list or the #gedit IRC channel on irc.gnome.org.
I think this was fixed in https://bugzilla.gnome.org/show_bug.cgi?id=704297
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. *** This bug has been marked as a duplicate of bug 704297 ***