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

Issue 340045: [Mac] Prefs layout work for "basics" and "personal stuff"... (Closed)

Created:
11 years, 1 month ago by TVL
Modified:
9 years, 7 months ago
Reviewers:
Mark Mentovai
CC:
chromium-reviews_googlegroups.com, John Grabowski, pam+watch_chromium.org, ben+cc_chromium.org, Nicholas Jitkoff
Visibility:
Public.

Description

[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 Committed revision 30696

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 9

Patch Set 3 : '' #

Patch Set 4 : '' #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+1433 lines, -732 lines) Patch
M DEPS View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/app/nibs/Preferences.xib View 1 2 45 chunks +1203 lines, -724 lines 0 comments Download
M chrome/browser/cocoa/preferences_window_controller.h View 1 2 1 chunk +13 lines, -0 lines 0 comments Download
M chrome/browser/cocoa/preferences_window_controller.mm View 1 2 3 4 chunks +214 lines, -7 lines 2 comments Download
M chrome/chrome.gyp View 1 2 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
TVL
11 years, 1 month ago (2009-10-30 17:39:52 UTC) #1
Mark Mentovai
test
11 years, 1 month ago (2009-10-30 19:15:42 UTC) #2
Mark Mentovai
LG with changes http://codereview.chromium.org/340045/diff/14/18 File chrome/browser/cocoa/preferences_window_controller.h (right): http://codereview.chromium.org/340045/diff/14/18#newcode43 Line 43: IBOutlet NSArray* basicsGroup1_; It might ...
11 years, 1 month ago (2009-10-30 19:33:58 UTC) #3
Mark Mentovai
11 years, 1 month ago (2009-10-30 22:19:27 UTC) #4
Rietveld shows this in red, but I thought I sent it.

http://codereview.chromium.org/340045/diff/2002/5003
File chrome/browser/cocoa/preferences_window_controller.mm (right):

http://codereview.chromium.org/340045/diff/2002/5003#newcode130
Line 130: #endif // DEBUG
NDEBUG

http://codereview.chromium.org/340045/diff/2002/5003#newcode373
Line 373: verticalShift = 0.0;
nit: blank line before doing the second pane.

Powered by Google App Engine
This is Rietveld 408576698