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

Unified Diff: sky/framework/components/drawer_header.dart

Issue 1010493007: Make the status bar translucent (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 9 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 | sky/framework/components/toolbar.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/framework/components/drawer_header.dart
diff --git a/sky/framework/components/drawer_header.dart b/sky/framework/components/drawer_header.dart
index 91bb2cf6d0c2ae112501de293acbca672c52968c..2d59077b3255b141dd730d2ed83810e0b7232bf5 100644
--- a/sky/framework/components/drawer_header.dart
+++ b/sky/framework/components/drawer_header.dart
@@ -4,12 +4,13 @@
import '../fn.dart';
import '../theme/colors.dart';
+import '../theme/view-configuration.dart';
class DrawerHeader extends Component {
static final Style _style = new Style('''
display: flex;
flex-direction: column;
- height: 140px;
+ height: ${140 + kStatusBarHeight}px;
-webkit-user-select: none;
background-color: ${BlueGrey[50]};
border-bottom: 1px solid #D1D9E1;
« no previous file with comments | « no previous file | sky/framework/components/toolbar.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698