[gnome-taquin] Temp fix for a regression.



commit ae8aeea6be9fa37f3550ad0b9c7cdfb560a1d141
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Fri Aug 2 11:20:36 2019 +0200

    Temp fix for a regression.

 data/org.gnome.Taquin.gschema.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/org.gnome.Taquin.gschema.xml b/data/org.gnome.Taquin.gschema.xml
index 9558fb7..612f869 100644
--- a/data/org.gnome.Taquin.gschema.xml
+++ b/data/org.gnome.Taquin.gschema.xml
@@ -10,7 +10,7 @@
     <key name="window-width" type="i">
       <default>540</default>
       <!-- see AdaptativeWindow.width-request at data/ui/adaptative-window.ui:22 -->
-      <range min="350"/>
+      <!-- range min="350"/ FIXME -->
       <!-- Translators: summary of a settings key, see 'dconf-editor /org/gnome/taquin/window-width' -->
       <summary>The width of the window</summary>
       <!-- Translators: summary of a settings key, see 'dconf-editor /org/gnome/taquin/window-width' -->
@@ -19,7 +19,7 @@
     <key name="window-height" type="i">
       <default>500</default>
       <!-- see AdaptativeWindow.height-request at data/ui/adaptative-window.ui:21 -->
-      <range min="284"/>
+      <!-- range min="284"/ FIXME -->
       <!-- Translators: summary of a settings key, see 'dconf-editor /org/gnome/taquin/window-height' -->
       <summary>The height of the window</summary>
       <!-- Translators: description of a settings key, see 'dconf-editor /org/gnome/taquin/window-height' -->


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