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

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

Issue 6990040: [ChromeOS] Fix network dialog width issues. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: make basic wifi dialog smaller for better fit and increased es advanced width Created 9 years, 7 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 | « no previous file | chrome/app/resources/locale_settings_es.xtb » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/resources/locale_settings.grd
diff --git a/chrome/app/resources/locale_settings.grd b/chrome/app/resources/locale_settings.grd
index 33edd09b3bd2048ff4def998b9ec959db3887856..36e8e5cad077b6115568e7b6a0518fd0e42c65e1 100644
--- a/chrome/app/resources/locale_settings.grd
+++ b/chrome/app/resources/locale_settings.grd
@@ -301,13 +301,16 @@
<!-- The width and height of the Join Wi-Fi network dialog box in -->
<!-- characters and lines (See above). -->
<message name="IDS_JOIN_WIFI_NETWORK_DIALOG_WIDTH_CHARS" use_name_for_id="true">
- 86
+ 60
</message>
<message name="IDS_JOIN_WIFI_NETWORK_DIALOG_MINIMUM_HEIGHT_LINES" use_name_for_id="true">
4
</message>
<!-- The height of the advanced Join Wi-Fi network dialog box in lines. -->
+ <message name="IDS_JOIN_WIFI_NETWORK_DIALOG_ADVANCED_WIDTH_CHARS" use_name_for_id="true">
+ 86
+ </message>
<message name="IDS_JOIN_WIFI_NETWORK_DIALOG_ADVANCED_MINIMUM_HEIGHT_LINES" use_name_for_id="true">
27
</message>
« no previous file with comments | « no previous file | chrome/app/resources/locale_settings_es.xtb » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698