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

Unified Diff: chrome/browser/chromeos/options/network_config_view.cc

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 | « chrome/app/resources/locale_settings_fr.xtb ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/options/network_config_view.cc
diff --git a/chrome/browser/chromeos/options/network_config_view.cc b/chrome/browser/chromeos/options/network_config_view.cc
index 19c1218aea5a4390471c1d0f4573769739e1c571..de82def42636bd1de02fca006e8e5c35e75e6959 100644
--- a/chrome/browser/chromeos/options/network_config_view.cc
+++ b/chrome/browser/chromeos/options/network_config_view.cc
@@ -133,7 +133,7 @@ void NetworkConfigView::ShowAdvancedView() {
AddChildView(child_config_view_);
// Resize the window to be able to hold the new widgets.
gfx::Size size = views::Window::GetLocalizedContentsSize(
- IDS_JOIN_WIFI_NETWORK_DIALOG_WIDTH_CHARS,
+ IDS_JOIN_WIFI_NETWORK_DIALOG_ADVANCED_WIDTH_CHARS,
IDS_JOIN_WIFI_NETWORK_DIALOG_ADVANCED_MINIMUM_HEIGHT_LINES);
gfx::Rect bounds(size.width(), size.height());
// Window is automatically centered.
« no previous file with comments | « chrome/app/resources/locale_settings_fr.xtb ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698