diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-02 21:17:46 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-02 21:17:46 +0000 |
commit | 1109b622114ee2b7edaa14f597fcd3a51e7be39a (patch) | |
tree | 9962796afb7916df6eb9fb507ac3f4cbee0daff4 /chrome | |
parent | ee5e780a279b03d1be7b965d46ec63db98995379 (diff) | |
download | chromium_src-1109b622114ee2b7edaa14f597fcd3a51e7be39a.zip chromium_src-1109b622114ee2b7edaa14f597fcd3a51e7be39a.tar.gz chromium_src-1109b622114ee2b7edaa14f597fcd3a51e7be39a.tar.bz2 |
Adding more space between dialog contents and the buttons. For XP Classic theme
there was close to no space between the tab control and the buttons.
The space is aligned with default Windows look for dialogs.
BUG=4402
TEST=Verify that all dialogs look good in any XP/Vista theme w.r. to space from
dialog contents to buttons.
Change by Sverrir Á. Berg <sverrir@google.com>, committing on his behalf.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6240 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/views/dialog_client_view.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/views/dialog_client_view.cc b/chrome/views/dialog_client_view.cc index 5fc1dd2..fc37321 100644 --- a/chrome/views/dialog_client_view.cc +++ b/chrome/views/dialog_client_view.cc @@ -76,7 +76,7 @@ class DialogButton : public NativeButton { ChromeFont DialogClientView::dialog_button_font_; static const int kDialogMinButtonWidth = 75; static const int kDialogButtonLabelSpacing = 16; -static const int kDialogButtonContentSpacing = 0; +static const int kDialogButtonContentSpacing = 5; // The group used by the buttons. This name is chosen voluntarily big not to // conflict with other groups that could be in the dialog content. |