[geany/geany] b86473: Avoid double-shadow around message window

Jiří Techet git-noreply at xxxxx
Fri Jan 2 18:15:08 UTC 2015


Branch:      refs/heads/master
Author:      Jiří Techet <techet at gmail.com>
Committer:   Matthew Brush <matt at geany.org>
Date:        Fri, 02 Jan 2015 18:15:08 UTC
Commit:      b864733cdb31a2366eb878f0382e338369c200ae
             https://github.com/geany/geany/commit/b864733cdb31a2366eb878f0382e338369c200ae

Log Message:
-----------
Avoid double-shadow around message window

Message window should be at the same level as the sidebar and editor.
Instead, it is 2 shadows deeper. Fix that.


Modified Paths:
--------------
    data/geany.glade

Modified: data/geany.glade
3 lines changed, 1 insertions(+), 2 deletions(-)
===================================================================
@@ -70,7 +70,6 @@
     <property name="page_increment">10</property>
   </object>
   <object class="GtkAdjustment" id="adjustment8">
-    <property name="lower">0</property>
     <property name="upper">50</property>
     <property name="value">4</property>
     <property name="step_increment">1</property>
@@ -8214,11 +8213,11 @@
                 <property name="can_focus">True</property>
                 <property name="hscrollbar_policy">never</property>
                 <property name="vscrollbar_policy">never</property>
-                <property name="shadow_type">in</property>
                 <child>
                   <object class="GtkViewport" id="viewport1">
                     <property name="visible">True</property>
                     <property name="can_focus">False</property>
+                    <property name="shadow_type">none</property>
                     <child>
                       <object class="GtkNotebook" id="notebook_info">
                         <property name="visible">True</property>



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list