[meld] vcview.ui: Make the console output somewhat more obvious



commit a857a00d9e8d66c8181bedcbb137b370222a9668
Author: Kai Willadsen <kai willadsen gmail com>
Date:   Sat Feb 8 07:46:56 2014 +1000

    vcview.ui: Make the console output somewhat more obvious

 data/meld.css     |    2 +-
 data/ui/vcview.ui |   19 ++++++++++++++++++-
 2 files changed, 19 insertions(+), 2 deletions(-)
---
diff --git a/data/meld.css b/data/meld.css
index 401b886..0fed210 100644
--- a/data/meld.css
+++ b/data/meld.css
@@ -38,7 +38,7 @@ LinkMap {
 }
 
 .meld-vc-console-pane {
-    border-width: 1px 0 1px 0;
+    border-width: 1px 0 0px 0;
     border-style: solid;
     border-color: @borders;
 }
diff --git a/data/ui/vcview.ui b/data/ui/vcview.ui
index e0cf5d3..be13b84 100644
--- a/data/ui/vcview.ui
+++ b/data/ui/vcview.ui
@@ -514,14 +514,30 @@
               <object class="GtkBox" id="console_vbox">
                 <property name="visible">True</property>
                 <property name="can_focus">False</property>
+                <property name="margin_left">6</property>
+                <property name="margin_right">6</property>
                 <property name="orientation">vertical</property>
                 <child>
-                  <placeholder/>
+                  <object class="GtkLabel" id="label5">
+                    <property name="visible">True</property>
+                    <property name="can_focus">False</property>
+                    <property name="xalign">0</property>
+                    <property name="label" translatable="yes">Console output</property>
+                    <attributes>
+                      <attribute name="weight" value="bold"/>
+                    </attributes>
+                  </object>
+                  <packing>
+                    <property name="expand">False</property>
+                    <property name="fill">True</property>
+                    <property name="position">0</property>
+                  </packing>
                 </child>
                 <child>
                   <object class="GtkScrolledWindow" id="console_scrolledwindow">
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
+                    <property name="shadow_type">in</property>
                     <child>
                       <object class="GtkTextView" id="consoleview">
                         <property name="visible">True</property>
@@ -535,6 +551,7 @@
                   <packing>
                     <property name="expand">True</property>
                     <property name="fill">True</property>
+                    <property name="padding">6</property>
                     <property name="position">1</property>
                   </packing>
                 </child>


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