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

Unified Diff: dart/site/try/src/ui.dart

Issue 197923002: Mock up code completion. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 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
« dart/site/try/src/editor.dart ('K') | « dart/site/try/src/editor.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/site/try/src/ui.dart
diff --git a/dart/site/try/src/ui.dart b/dart/site/try/src/ui.dart
index 65d66201191468afb3b91ba6a161c619e261d45c..4473094da1d16cad9040d6123dee06bfa728d919 100644
--- a/dart/site/try/src/ui.dart
+++ b/dart/site/try/src/ui.dart
@@ -178,7 +178,7 @@ buildUI() {
..classes.add('well')
..style.backgroundColor = currentTheme.background.color
..style.color = currentTheme.foreground.color
- ..style.overflow = 'auto'
+ ..style.overflow = 'visible'
..style.whiteSpace = 'pre'
..style.font = codeFont
..spellcheck = false;
« dart/site/try/src/editor.dart ('K') | « dart/site/try/src/editor.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698