[gnome-builder] GbTerminalView: add a GtkScrollWindow



commit 0bcb64247d764c68c7622da0368c556c50b379d2
Author: Sébastien Lafargue <slafargue gnome org>
Date:   Thu Jun 25 19:09:31 2015 +0200

    GbTerminalView: add a GtkScrollWindow

 plugins/terminal/gb-terminal-view.ui |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/plugins/terminal/gb-terminal-view.ui b/plugins/terminal/gb-terminal-view.ui
index 425bc1a..2847a40 100644
--- a/plugins/terminal/gb-terminal-view.ui
+++ b/plugins/terminal/gb-terminal-view.ui
@@ -9,10 +9,16 @@
         <property name="expand">true</property>
         <property name="visible">true</property>
         <child>
-          <object class="VteTerminal" id="terminal">
-            <property name="audible-bell">false</property>
+          <object class="GtkScrolledWindow" id="scrolled_window">
             <property name="expand">true</property>
             <property name="visible">true</property>
+            <child>
+              <object class="VteTerminal" id="terminal">
+                <property name="audible-bell">false</property>
+                <property name="expand">true</property>
+                <property name="visible">true</property>
+              </object>
+            </child>
           </object>
         </child>
       </object>


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