[libhandy] keypad: Don't override its own props in the template



commit e4731d46e7ca70efcf939a5735cc8c99430e8bd8
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Tue May 26 15:56:49 2020 +0200

    keypad: Don't override its own props in the template
    
    We alredy control the default values of properties we define from their
    declaration.

 src/hdy-keypad.ui | 2 --
 1 file changed, 2 deletions(-)
---
diff --git a/src/hdy-keypad.ui b/src/hdy-keypad.ui
index ce46973d..8faf3dec 100644
--- a/src/hdy-keypad.ui
+++ b/src/hdy-keypad.ui
@@ -7,8 +7,6 @@
     <property name="vexpand">False</property>
     <property name="column_homogeneous">True</property>
     <property name="column_homogeneous">True</property>
-    <property name="show_symbols">True</property>
-    <property name="only_digits">False</property>
     <child>
       <object class="HdyKeypadButton" id="btn_1">
         <property name="symbols">1</property>


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