[epiphany] history-dialog: Set maximum-size to 1024 instead of 600



commit a31ad7e3b3722af8dc0e52b8829029268de513d4
Author: Jan-Michael Brummer <jan brummer tabos org>
Date:   Sun Oct 25 16:46:02 2020 +0100

    history-dialog: Set maximum-size to 1024 instead of 600
    
    Fixes: https://gitlab.gnome.org/GNOME/epiphany/-/issues/1354

 src/resources/gtk/history-dialog.ui | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/src/resources/gtk/history-dialog.ui b/src/resources/gtk/history-dialog.ui
index 0c82336ba..34334c65c 100644
--- a/src/resources/gtk/history-dialog.ui
+++ b/src/resources/gtk/history-dialog.ui
@@ -173,6 +173,7 @@
                 <property name="can_focus">False</property>
                 <property name="margin_start">6</property>
                 <property name="margin_end">6</property>
+                <property name="maximum_size">1024</property>
                 <child>
                   <object class="GtkStack" id="history_presentation_stack">
                     <property name="visible">True</property>


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