summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2021-07-27 11:35:09 +0200
committerJonathan Kang <jonathankang@gnome.org>2021-08-05 06:26:44 +0000
commitaeb206a862d2e4126f7cd13d33fa7dccb8f2ae14 (patch)
treeab19d87ccf59ebaf28f90a74e3987dccc5d3eb3c /data
parentb56573b33f19f6666aaebe70814d5b5a63af2280 (diff)
downloadgnome-logs-aeb206a862d2e4126f7cd13d33fa7dccb8f2ae14.tar.gz
gl-window: Set default-{width,height}
Instead of limiting the minimal size rather make those values the default so the window can shring to smaller sizes on e.g. phones.
Diffstat (limited to 'data')
-rw-r--r--data/gl-window.ui4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/gl-window.ui b/data/gl-window.ui
index e2e03a6..c9a3c3d 100644
--- a/data/gl-window.ui
+++ b/data/gl-window.ui
@@ -1,7 +1,7 @@
<interface domain="gnome-logs">
<template class="GlWindow" parent="HdyApplicationWindow">
- <property name="height-request">780</property>
- <property name="width-request">1200</property>
+ <property name="default-width">1200</property>
+ <property name="default-height">600</property>
<signal name="key-press-event" handler="on_gl_window_key_press_event"/>
<child>
<object class="GtkBox" id="event_box">