[ease] [editor] Expand the zoom slider to the right side.



commit 7203635c48ecc8aaae0918c95295d16289ea9964
Author: Nate Stedman <natesm gmail com>
Date:   Mon Aug 9 03:12:49 2010 -0400

    [editor] Expand the zoom slider to the right side.

 data/ui/editor-window.ui     |    3 ++-
 ease/ease-editor-window.vala |    1 -
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/ui/editor-window.ui b/data/ui/editor-window.ui
index 080696a..3948ed5 100644
--- a/data/ui/editor-window.ui
+++ b/data/ui/editor-window.ui
@@ -501,9 +501,10 @@
         <child>
           <object class="GtkSeparatorToolItem" id="Expand Separator">
             <property name="visible">True</property>
+            <property name="draw">False</property>
           </object>
           <packing>
-            <property name="expand">False</property>
+            <property name="expand">True</property>
             <property name="homogeneous">True</property>
           </packing>
         </child>
diff --git a/ease/ease-editor-window.vala b/ease/ease-editor-window.vala
index 1a6d2b8..ef38f6a 100644
--- a/ease/ease-editor-window.vala
+++ b/ease/ease-editor-window.vala
@@ -784,7 +784,6 @@ internal class Ease.EditorWindow : Gtk.Window
 		zoom_slider = new AnimatedZoomSlider(new Gtk.Adjustment(100, 10, 400,
 		                                                        10, 50, 50),
 		                                                        ZOOM_LEVELS);
-		zoom_slider.width_request = 200;
 		zoom_slider.value_pos = Gtk.PositionType.RIGHT;
 		zoom_slider.digits = 0;
 		



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