[gnome-taquin] Fix a mistake.



commit fee165b062c6dae909e63316a75bd971b66b2b37
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Mon Jul 29 13:16:49 2019 +0200

    Fix a mistake.
    
    You push a tile with
    space, not escape...

 data/adaptative-window.ui | 4 ++--
 data/help-overlay.ui      | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/data/adaptative-window.ui b/data/adaptative-window.ui
index 555bf77..eb9dddb 100644
--- a/data/adaptative-window.ui
+++ b/data/adaptative-window.ui
@@ -18,8 +18,8 @@
 <interface>
   <requires lib="gtk+" version="3.12"/>
   <template class="AdaptativeWindow" parent="GtkApplicationWindow">
-    <property name="height-request">283</property>  <!-- 294px max for Purism Librem 5 landscape, for 720px 
width -->
-    <property name="width-request">349</property>   <!-- 360px max for Purism Librem 5 portrait, for 654px 
height -->
+    <property name="height-request">277</property>  <!-- 288px max for Purism Librem 5 landscape, for 720px 
width -->
+    <property name="width-request">349</property>   <!-- 360px max for Purism Librem 5 portrait, for 648px 
height -->
     <signal name="window-state-event"   handler="on_window_state_event"/>
     <signal name="size-allocate"        handler="on_size_allocate"/>
     <signal name="destroy"              handler="on_destroy"/>
diff --git a/data/help-overlay.ui b/data/help-overlay.ui
index 1a2d2ba..c7f1a15 100644
--- a/data/help-overlay.ui
+++ b/data/help-overlay.ui
@@ -84,7 +84,7 @@
               <object class="GtkShortcutsShortcut">
                 <property name="visible">True</property>
                 <property name="title" translatable="yes" context="shortcut window">Push on selected 
tile</property>
-                <property name="accelerator">Escape Return</property>
+                <property name="accelerator">Return space</property>
               </object>
             </child>
           </object>


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