[gnome-text-editor] window: keep sidebar on the right



commit 48b290ca618fc9f36fc602e96c4f81c3de089226
Author: Christian Hergert <chergert redhat com>
Date:   Thu Oct 7 15:35:33 2021 -0700

    window: keep sidebar on the right
    
    Use AdwFlap:flap-position to keep the sidebar on the right.
    
    Related #174

 src/editor-window.ui | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/src/editor-window.ui b/src/editor-window.ui
index 68686cd..70f45ce 100644
--- a/src/editor-window.ui
+++ b/src/editor-window.ui
@@ -121,6 +121,7 @@
         </child>
         <child>
           <object class="AdwFlap" id="flap">
+            <property name="flap-position">end</property>
             <property name="transition-type">over</property>
             <property name="reveal-flap">false</property>
             <child type="separator">


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