[gnome-builder] theme: Remove hack to scroll beyond the last line



commit 2e223d627e6423629e0d4142ec2712d04eb42a5f
Author: Joaquim Rocha <me joaquimrocha com>
Date:   Thu Nov 5 00:56:50 2015 +0100

    theme: Remove hack to scroll beyond the last line
    
    This is no longer necessary as there is now a bottom margin enabling
    the desired effect.

 data/theme/shared.css |   14 --------------
 1 files changed, 0 insertions(+), 14 deletions(-)
---
diff --git a/data/theme/shared.css b/data/theme/shared.css
index 9422fa3..fef6f38 100644
--- a/data/theme/shared.css
+++ b/data/theme/shared.css
@@ -88,20 +88,6 @@ layoutpane .pane-separator {
 }
 
 
-/*
- * XXX: Address this after 3.18
- *
- * allow scrolling past the end of the buffer.
- * this helps when typing at the bottom of the screen is annoying.
- *
- * We probably want to make this configurable and generate the value
- * with a custom css provider.
- */
-GbEditorFrame textview {
-  padding-bottom: 250px;
-}
-
-
 workbench IdePreferencesPerspective IdePreferencesGroup row {
   border-bottom: 1px solid shade(@borders, 1.2);
   padding: 10px;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]