[gnome-calculator] buttons-programming: Put the convertion result in a squeezer



commit e99b3a12cea1581da2fd5e7de02def7fa586e8d9
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Wed Mar 10 14:17:04 2021 +0100

    buttons-programming: Put the convertion result in a squeezer
    
    This makes the mode reach narrower sizes.

 src/ui/buttons-programming.ui | 12 ++++++++++++
 1 file changed, 12 insertions(+)
---
diff --git a/src/ui/buttons-programming.ui b/src/ui/buttons-programming.ui
index 48f1a8b2..6a098175 100644
--- a/src/ui/buttons-programming.ui
+++ b/src/ui/buttons-programming.ui
@@ -21,6 +21,11 @@
             </items>
           </object>
         </child>
+        <child>
+          <object class="HdySqueezer">
+            <property name="visible">True</property>
+            <property name="transition-type">crossfade</property>
+            <property name="xalign">0</property>
         <child>
           <object class="GtkLabel" id="base_label">
             <property name="visible">True</property>
@@ -29,6 +34,13 @@
             <property name="halign">end</property>
             <property name="label" comments="Example content">FF₁₆ 256₁₀</property>
           </object>
+        </child>
+            <child>
+              <object class="GtkBox">
+                <property name="visible">True</property>
+              </object>
+            </child>
+          </object>
           <packing>
             <property name="expand">True</property>
           </packing>


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