diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-08-11 15:29:38 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-08-11 22:31:11 +0200 |
commit | e603bbceed095b1e94756c1e7dc0078f657cf864 (patch) | |
tree | 5675b9f217272041829a0c7affdbee63672e4e07 /sd | |
parent | 68ada413fd37163221dc14a6921ab041e5abbeaa (diff) |
tdf#135442 min supported version of gtk3 is 3.18 not 3.20
Change-Id: Iaa2eefbe08fad3a7dd6eff98bf5fb513053a263d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100532
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sd')
-rw-r--r-- | sd/uiconfig/simpress/ui/clientboxfragment.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/uiconfig/simpress/ui/clientboxfragment.ui b/sd/uiconfig/simpress/ui/clientboxfragment.ui index cb2dcfd413f6..9c800383a048 100644 --- a/sd/uiconfig/simpress/ui/clientboxfragment.ui +++ b/sd/uiconfig/simpress/ui/clientboxfragment.ui @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- Generated with glade 3.22.1 --> <interface domain="sd"> - <requires lib="gtk+" version="3.20"/> + <requires lib="gtk+" version="3.18"/> <object class="GtkGrid" id="ClientboxFragment"> <property name="visible">True</property> <property name="can_focus">False</property> |