diff options
author | Wolfgang Müller | 2021-06-18 12:24:26 +0200 |
---|---|---|
committer | Wolfgang Müller | 2021-06-18 12:25:50 +0200 |
commit | 0f4c7c9722467f88009bc2f6c8a55704e7c6da24 (patch) | |
tree | 9d49239daf5b371dcbcc3db14577ef056d9f888e /terminal.ui | |
parent | ba7742686b9f5e6f576f37a60cf4cd782850de4c (diff) | |
download | weltschmerz-0f4c7c9722467f88009bc2f6c8a55704e7c6da24.tar.gz |
terminal.ui: Remove deprecated 'shadow-type' property
This property was deprecated in GTK 3.20 [1]. Remove it.
[1] https://developer.gnome.org/gtk3/stable/GtkEntry.html#GtkEntry--shadow-type
Diffstat (limited to 'terminal.ui')
-rw-r--r-- | terminal.ui | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/terminal.ui b/terminal.ui index 534b00b..268ee0c 100644 --- a/terminal.ui +++ b/terminal.ui @@ -170,7 +170,6 @@ <object class="GtkSearchEntry" id="search_entry"> <property name="visible">True</property> <property name="can-focus">True</property> - <property name="shadow-type">out</property> <property name="primary-icon-name">edit-find-symbolic</property> <property name="primary-icon-activatable">False</property> <property name="primary-icon-sensitive">False</property> |