diff options
author | jhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-19 21:15:26 +0000 |
---|---|---|
committer | jhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-19 21:15:26 +0000 |
commit | db0cb7abdc635e40273f0ad31e1126c98223ff2b (patch) | |
tree | 42bdc86ffe3235fcb3a4d0dd929ab25c0cac2ce8 /chrome/common/gtk_util.h | |
parent | fd1d6998e6a96569e478c87220f6825a3e47851c (diff) | |
download | chromium_src-db0cb7abdc635e40273f0ad31e1126c98223ff2b.zip chromium_src-db0cb7abdc635e40273f0ad31e1126c98223ff2b.tar.gz chromium_src-db0cb7abdc635e40273f0ad31e1126c98223ff2b.tar.bz2 |
Implement the remaining UI of the gtk AutoFill dialog.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/551065
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36547 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/gtk_util.h')
-rw-r--r-- | chrome/common/gtk_util.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/chrome/common/gtk_util.h b/chrome/common/gtk_util.h index 4bf75fd..2c0c9f0 100644 --- a/chrome/common/gtk_util.h +++ b/chrome/common/gtk_util.h @@ -42,12 +42,15 @@ const int kLabelSpacing = 12; // Indent of the controls within each group. const int kGroupIndent = 12; -// Space around the outsides of a dialog's contents. +// Space around the outside of a dialog's contents. const int kContentAreaBorder = 12; // Spacing between groups of controls. const int kContentAreaSpacing = 18; +// Horizontal Spacing between controls in a form. +const int kFormControlSpacing = 10; + // Create a table of labeled controls, using proper spacing and alignment. // Arguments should be pairs of const char*, GtkWidget*, concluding with a // NULL. The first argument is a vector in which to place all labels |