[gnome-builder/wip/chergert/layout] editor: add osd style back to progress bar



commit e7d70bd813d7c7f1d75d67f0d41df42f56b6bf18
Author: Christian Hergert <chergert redhat com>
Date:   Sat Jul 1 19:34:43 2017 -0700

    editor: add osd style back to progress bar
    
    This was missed when merging the view/frame.

 libide/editor/ide-editor-view.ui |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/libide/editor/ide-editor-view.ui b/libide/editor/ide-editor-view.ui
index d70d766..eed95cb 100644
--- a/libide/editor/ide-editor-view.ui
+++ b/libide/editor/ide-editor-view.ui
@@ -23,6 +23,9 @@
           <object class="GtkProgressBar" id="progress_bar">
             <property name="hexpand">true</property>
             <property name="valign">start</property>
+            <style>
+              <class name="osd"/>
+            </style>
           </object>
         </child>
         <child type="overlay">


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