[gnome-builder/wip/vim] vim: style the command entry a bit.



commit 4898ffb56c2db74c7448ea51960c9190096da4bd
Author: Christian Hergert <christian hergert me>
Date:   Wed Oct 1 02:21:45 2014 -0700

    vim: style the command entry a bit.

 src/resources/css/builder.Adwaita.css |    8 ++++----
 src/resources/ui/gb-editor-tab.ui     |    4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/src/resources/css/builder.Adwaita.css b/src/resources/css/builder.Adwaita.css
index 35f1c55..5b89352 100644
--- a/src/resources/css/builder.Adwaita.css
+++ b/src/resources/css/builder.Adwaita.css
@@ -83,11 +83,11 @@ GbEditorTab .gb-search-slider {
 }
 
 GbEditorTab .gb-vim-command-slider {
-    background-color: @theme_base_color;
+    background-color: shade (@theme_base_color, 0.8);
     padding: 6px;
-    border-color: shade (@theme_base_color, 0.60);
-    border-radius: 0 3px 0 0;
-    border-width: 1px 1px 0 0;
+    border-color: shade (@theme_base_color, 0.6);
+    border-radius: 3px 3px 0 0;
+    border-width: 1px 1px 0 1px;
     border-style: solid;
 }
 
diff --git a/src/resources/ui/gb-editor-tab.ui b/src/resources/ui/gb-editor-tab.ui
index a6c7034..f500a71 100644
--- a/src/resources/ui/gb-editor-tab.ui
+++ b/src/resources/ui/gb-editor-tab.ui
@@ -114,7 +114,7 @@
           <object class="GtkRevealer" id="vim_command_entry_revealer">
             <property name="visible">True</property>
             <property name="can_focus">False</property>
-            <property name="halign">start</property>
+            <property name="halign">center</property>
             <property name="valign">end</property>
             <property name="reveal_child">False</property>
             <property name="transition_type">GTK_REVEALER_TRANSITION_TYPE_SLIDE_UP</property>
@@ -129,7 +129,7 @@
                   <object class="GtkEntry" id="vim_command_entry">
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
-                    <property name="width_chars">20</property>
+                    <property name="width_chars">40</property>
                   </object>
                 </child>
               </object>


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