[dconf-editor] Adjust a value.



commit 5a9b7c715573d520494895c4320e3231e283de8c
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Thu Aug 1 14:02:26 2019 +0200

    Adjust a value.

 editor/adaptative-window.ui              | 4 ++--
 editor/ca.desrt.dconf-editor.gschema.xml | 8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/editor/adaptative-window.ui b/editor/adaptative-window.ui
index 1437adb..c63dc4a 100644
--- a/editor/adaptative-window.ui
+++ b/editor/adaptative-window.ui
@@ -18,8 +18,8 @@
 <interface>
   <requires lib="gtk+" version="3.12"/>
   <template class="AdaptativeWindow" parent="GtkApplicationWindow">
-    <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 -->
+    <property name="height-request">284</property>  <!-- 288px max for Purism Librem 5 landscape, for 720px 
width; update gschema also -->
+    <property name="width-request">350</property>   <!-- 360px max for Purism Librem 5 portrait, for 648px 
height; update gschema also -->
     <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/editor/ca.desrt.dconf-editor.gschema.xml b/editor/ca.desrt.dconf-editor.gschema.xml
index 8e40904..804ed1b 100644
--- a/editor/ca.desrt.dconf-editor.gschema.xml
+++ b/editor/ca.desrt.dconf-editor.gschema.xml
@@ -100,8 +100,8 @@
     <key name="window-width" type="i">
       <!-- start in "usual window" size (notably for pathbar items spacing), so with a large enough width -->
       <default>800</default>
-      <!-- see AdaptativeWindow.width-request at adaptative-window.ui:6 -->
-      <range min="283"/>
+      <!-- see AdaptativeWindow.width-request at adaptative-window.ui:22 -->
+      <range min="284"/>
       <!-- Translators: summary of a settings key, see 'dconf-editor /ca/desrt/dconf-editor/window-width' -->
       <summary>The width of the window</summary>
       <!-- Translators: description of a settings key, see 'dconf-editor 
/ca/desrt/dconf-editor/window-width' -->
@@ -110,8 +110,8 @@
     <key name="window-height" type="i">
       <!-- first launch is at root, that only contains few subfolders, so start with a not-too-big height -->
       <default>420</default>
-      <!-- see AdaptativeWindow.height-request at adaptative-window.ui:5 -->
-      <range min="349"/>
+      <!-- see AdaptativeWindow.height-request at adaptative-window.ui:21 -->
+      <range min="350"/>
       <!-- Translators: summary of a settings key, see 'dconf-editor /ca/desrt/dconf-editor/window-height' 
-->
       <summary>The height of the window</summary>
       <!-- Translators: description of a settings key, see 'dconf-editor 
/ca/desrt/dconf-editor/window-height' -->


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