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

Unified Diff: samples/total/client/CssStyles.dart

Issue 10635015: Delete proxy and total samples, which have bit-rotted. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 6 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 | « samples/total/client/CopyPasteManager.dart ('k') | samples/total/client/DateTimeUtils.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/total/client/CssStyles.dart
===================================================================
--- samples/total/client/CssStyles.dart (revision 9011)
+++ samples/total/client/CssStyles.dart (working copy)
@@ -1,38 +0,0 @@
-// Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
-// for details. All rights reserved. Use of this source code is governed by a
-// BSD-style license that can be found in the LICENSE file.
-
-// Because we can't read CSS values in code, we keep an auxillary class for style settings
-// that need to be accessed programmatically
-class CssStyles {
-
- // Height of the column headers above the spreadsheet
- static final int COLUMN_HEADER_HEIGHT = 25; // px
-
- // Initial column width
- static final int DEFAULT_COLUMN_WIDTH = 130; // px
-
- // Initial row height
- static final int DEFAULT_ROW_HEIGHT = 25; // px
-
- // Inner menu height
- static final int INNER_MENU_HEIGHT = 38; // px
-
- // Smallest allowable width for a column
- static final int MIN_COLUMN_WIDTH = 25; // px
-
- // Smallest allowable height for a row
- static final int MIN_ROW_HEIGHT = 25; // px
-
- // Width of the object bar on the left side of the page
- static final int OBJECTBAR_WIDTH = 32; // px
-
- // Width of the row headers to the left of the spreadsheet
- static final int ROW_HEADER_WIDTH = 50; // px
-
- // Height of the sandbar on the top of the page
- static final int SANDBAR_HEIGHT = 33; // px
-
- // Scrollbar width
- static final int SCROLLBAR_WIDTH = 10; // px
-}
« no previous file with comments | « samples/total/client/CopyPasteManager.dart ('k') | samples/total/client/DateTimeUtils.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698