[gnome-builder/editor-layout] fixup search slider



commit d1e3c30c634f0e65fd04235cc84a5e50f1284bc0
Author: Christian Hergert <christian hergert me>
Date:   Sat Nov 29 20:43:50 2014 -0800

    fixup search slider

 src/resources/css/builder.Adwaita.css |   15 +--------------
 src/resources/ui/gb-editor-frame.ui   |   11 ++++++-----
 2 files changed, 7 insertions(+), 19 deletions(-)
---
diff --git a/src/resources/css/builder.Adwaita.css b/src/resources/css/builder.Adwaita.css
index 3823297..8abdf0e 100644
--- a/src/resources/css/builder.Adwaita.css
+++ b/src/resources/css/builder.Adwaita.css
@@ -65,7 +65,7 @@
 /*
  * Search entry that slides down from top of editor.
  */
-GbEditorTab .gb-search-slider {
+GbEditorFrame .gb-search-slider {
     background-color: @theme_base_color;
     padding: 6px;
     border-color: shade (@theme_base_color, 0.60);
@@ -81,19 +81,6 @@ GbEditorTab .gb-search-slider {
 
 
 /*
- * Vim command entry that slides up from the buttom.
- */
-GbEditorTab .gb-vim-command-slider {
-    background-color: shade (@theme_base_color, 0.8);
-    padding: 6px;
-    border-color: shade (@theme_base_color, 0.6);
-    border-radius: 3px 3px 0 0;
-    border-width: 1px 1px 0 1px;
-    border-style: solid;
-}
-
-
-/*
  * Workspace switcher, thin-panel on left side.
  */
 GtkStackSwitcher.gb-workspace-switcher > GtkRadioButton {
diff --git a/src/resources/ui/gb-editor-frame.ui b/src/resources/ui/gb-editor-frame.ui
index bd56335..e6ca00f 100644
--- a/src/resources/ui/gb-editor-frame.ui
+++ b/src/resources/ui/gb-editor-frame.ui
@@ -27,6 +27,7 @@
         <property name="halign">end</property>
         <property name="valign">start</property>
         <property name="visible">true</property>
+        <property name="reveal-child">true</property>
         <child>
           <object class="GtkFrame">
             <property name="visible">true</property>
@@ -43,12 +44,12 @@
                 </style>
                 <child>
                   <object class="GdTaggedEntry" id="search_entry">
-                    <property name="visible">True</property>
-                    <property name="tag_close_visible">False</property>
-                    <property name="can_focus">True</property>
+                    <property name="visible">true</property>
+                    <property name="tag_close_visible">false</property>
+                    <property name="can_focus">true</property>
                     <property name="width_request">260</property>
-                    <property name="primary_icon_activatable">True</property>
-                    <property name="primary_icon_sensitive">True</property>
+                    <property name="primary_icon_activatable">true</property>
+                    <property name="primary_icon_sensitive">true</property>
                   </object>
                 </child>
                 <child>


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