diff options
author | Wolfgang Müller | 2021-06-18 12:32:33 +0200 |
---|---|---|
committer | Wolfgang Müller | 2021-06-19 15:53:07 +0200 |
commit | bd990536a4be9513da9422449b5ff90097456f1b (patch) | |
tree | 719239cd4e4d4406d691215030c132fe5a063393 /terminal.ui | |
parent | 9a1d57694c9dd3d294d534f69268fccf5b0638d2 (diff) | |
download | weltschmerz-bd990536a4be9513da9422449b5ff90097456f1b.tar.gz |
terminal.ui: Require at least GTK 3.24
GTK 3.24 is the last release for the GTK 3 series [1]. New development
now only happens on GTK 4 and above. Therefore it is reasonable to
require this long-term stable version of GTK 3 instead of an older
candidate.
Since 3.24 deprecates the 'window-placement-set' property, remove it
fully as well.
[1] https://blog.gtk.org/2018/06/23/a-gtk-3-update
Diffstat (limited to 'terminal.ui')
-rw-r--r-- | terminal.ui | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/terminal.ui b/terminal.ui index 3fd1ac8..c22fbec 100644 --- a/terminal.ui +++ b/terminal.ui @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- Generated with glade 3.38.2 --> <interface> - <requires lib="gtk+" version="3.20"/> + <requires lib="gtk+" version="3.24"/> <requires lib="vte-2.91" version="0.54"/> <object class="GtkImage" id="copy_hyperlink_image"> <property name="visible">True</property> @@ -123,7 +123,6 @@ <object class="GtkScrolledWindow" id="scrolled_window"> <property name="visible">True</property> <property name="can-focus">True</property> - <property name="window-placement-set">False</property> <property name="propagate-natural-width">True</property> <property name="propagate-natural-height">True</property> <child> |