[gtk/matthiasc/for-master] Tweak things



commit bf8224e77572aa69a5855b1456f93ad277cd893d
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Oct 30 12:33:59 2020 -0400

    Tweak things
    
    With these somewhat random ordering changes, things get
    closer to working the same as the code example. Still,
    the guide doesn't work right.

 demos/gtk-demo/constraints.ui | 28 ++++++++++------------------
 1 file changed, 10 insertions(+), 18 deletions(-)
---
diff --git a/demos/gtk-demo/constraints.ui b/demos/gtk-demo/constraints.ui
index 37a58ba87f..6ea10b2107 100644
--- a/demos/gtk-demo/constraints.ui
+++ b/demos/gtk-demo/constraints.ui
@@ -11,15 +11,7 @@
                      min-width="10" min-height="10"
                      nat-width="100" nat-height="10"
                      max-width="200" max-height="20"
-                     strength="strong"/>
-              <constraint target="button1" target-attribute="start"
-                          relation="ge"
-                          constant="0"
-                          strength="required"/>
-              <constraint target="button1" target-attribute="top"
-                          relation="ge"
-                          constant="0"
-                          strength="required"/>
+                     strength="required"/>
               <constraint target="button1" target-attribute="width"
                           relation="le"
                           constant="200"
@@ -41,20 +33,20 @@
                           relation="eq"
                           source="button2" source-attribute="start"
                           strength="required"/>
-              <constraint target="button2" target-attribute="end"
+              <constraint target="super" target-attribute="end"
                           relation="eq"
-                          source="super" source-attribute="end"
-                          constant="-8"
+                          source="button2" source-attribute="end"
+                          constant="8"
                           strength="required"/>
               <constraint target="super" target-attribute="start"
                           relation="eq"
                           source="button3" source-attribute="start"
                           constant="-8"
                           strength="required"/>
-              <constraint target="button3" target-attribute="end"
+              <constraint target="super" target-attribute="end"
                           relation="eq"
-                          source="super" source-attribute="end"
-                          constant="-8"
+                          source="button3" source-attribute="end"
+                          constant="8"
                           strength="required"/>
               <constraint target="super" target-attribute="top"
                           relation="eq"
@@ -84,10 +76,10 @@
                           relation="eq"
                           source="button2" source-attribute="height"
                           strength="required"/>
-              <constraint target="button3" target-attribute="bottom"
+              <constraint target="super" target-attribute="bottom"
                           relation="eq"
-                          source="super" source-attribute="bottom"
-                          constant="-8"
+                          source="button3" source-attribute="bottom"
+                          constant="8"
                           strength="required"/>
             </constraints>
           </object>


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