[Mac] Prefs layout work for "basics" and "personal stuff"
- These two pages should now auto size vertically the labels. - The label should be top aligned with controls in the group when the group is taller. - The content should be vertically centered when the label is taller. - All the textfields should always be tall enough to show content. - Radios/checkbox should word wrap to show all their text. - The spacing between groups is a little more even - DEPS roll to pick up newer GTM with GTMIBArray. - A bunch of changes in the XIB related to evening out spacing, adding the GTMIBArray for referencing stuff, etc. Note: if a single radio word wraps all radios get space for that many lines, that's just how the OS does it and we aren't trying to change that (at the moment). Note: some of the horizontal layouts can extend off the side of the window, that will be fixed in a future cl (once under the hood is also cleaned up). TEST=see cl description for what should be working now. BUG=20538 Review URL: http://codereview.chromium.org/340045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30696 0039d316-1c4b-4281-b951-d872f2087c98
Showing
- DEPS 1 addition, 1 deletionDEPS
- chrome/app/nibs/Preferences.xib 1336 additions, 833 deletionschrome/app/nibs/Preferences.xib
- chrome/browser/cocoa/preferences_window_controller.h 13 additions, 0 deletionschrome/browser/cocoa/preferences_window_controller.h
- chrome/browser/cocoa/preferences_window_controller.mm 202 additions, 7 deletionschrome/browser/cocoa/preferences_window_controller.mm
- chrome/chrome.gyp 2 additions, 0 deletionschrome/chrome.gyp
Loading
Please register or sign in to comment