diff options
author | thomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-02 13:15:33 +0000 |
---|---|---|
committer | thomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-02 13:15:33 +0000 |
commit | c1586fc13943b564af8c29889300c93653a3007f (patch) | |
tree | 14d2493a7fe2dd41b697698c18f32e6270bf8533 /DEPS | |
parent | 04d038520c4e62db74764450ab50f9d775665d4d (diff) | |
download | chromium_src-c1586fc13943b564af8c29889300c93653a3007f.zip chromium_src-c1586fc13943b564af8c29889300c93653a3007f.tar.gz chromium_src-c1586fc13943b564af8c29889300c93653a3007f.tar.bz2 |
[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
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -122,7 +122,7 @@ deps_os = { }, "mac": { "src/third_party/GTM": - "http://google-toolbox-for-mac.googlecode.com/svn/trunk@230", + "http://google-toolbox-for-mac.googlecode.com/svn/trunk@239", "src/third_party/pdfsqueeze": "http://pdfsqueeze.googlecode.com/svn/trunk@2", "src/third_party/WebKit/WebKit/mac": |