Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4017)

Unified Diff: chrome/app/resources/locale_settings.grd

Issue 551034: Simplify the gtk AutoFill dialog and bring it more in line with the mocks.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/autofill/autofill_dialog_gtk.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/resources/locale_settings.grd
===================================================================
--- chrome/app/resources/locale_settings.grd (revision 36381)
+++ chrome/app/resources/locale_settings.grd (working copy)
@@ -676,10 +676,15 @@
55
</message>
- <!-- The width for the AutoFill dialog in characters. -->
+ <!-- The width of the AutoFill dialog in characters. -->
<message name="IDS_AUTOFILL_DIALOG_WIDTH_CHARS" use_name_for_id="true">
80
</message>
+
+ <!-- The height of the AutoFill dialog in lines. -->
+ <message name="IDS_AUTOFILL_DIALOG_HEIGHT_LINES" use_name_for_id="true">
+ 30
+ </message>
</messages>
</release>
</grit>
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/autofill/autofill_dialog_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698