[dconf-editor] Reduce minimum window size.



commit f41fe633c0f93c870de8a6e08b5376b337ebd4b9
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Tue Dec 12 22:08:20 2017 +0100

    Reduce minimum window size.

 editor/dconf-editor.ui |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/editor/dconf-editor.ui b/editor/dconf-editor.ui
index 1d44136..bbc8b3c 100644
--- a/editor/dconf-editor.ui
+++ b/editor/dconf-editor.ui
@@ -4,8 +4,8 @@
   <template class="DConfWindow" parent="GtkApplicationWindow">
     <property name="visible">False</property>
     <property name="title" translatable="yes">dconf Editor</property>
-    <property name="height-request">550</property>
-    <property name="width-request">770</property>
+    <property name="height-request">420</property>
+    <property name="width-request">630</property>
     <signal name="key-press-event" handler="on_key_press_event"/>
     <signal name="button-press-event" handler="on_button_press_event"/>
     <signal name="window-state-event" handler="on_window_state_event"/>


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