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

Unified Diff: ui/views/controls/table/table_header.h

Issue 11827007: Couple of tweaks for tables: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add #ifdef for SetGrouper in example Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ui/views/controls/table/table_header.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/controls/table/table_header.h
diff --git a/ui/views/controls/table/table_header.h b/ui/views/controls/table/table_header.h
index 890c343cf6de17798c6992ddcf978be6b683172f..543078ee69a74ab56076a40232d18361185802af 100644
--- a/ui/views/controls/table/table_header.h
+++ b/ui/views/controls/table/table_header.h
@@ -16,6 +16,9 @@ class TableView;
// Views used to render the header for the table.
class VIEWS_EXPORT TableHeader : public views::View {
public:
+ // Amount the text is padded on the left/right side.
+ static const int kHorizontalPadding;
+
explicit TableHeader(TableView* table);
virtual ~TableHeader();
« no previous file with comments | « no previous file | ui/views/controls/table/table_header.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698