From 53bb50a50627ae63a6ae1d5faa903acc809e395a Mon Sep 17 00:00:00 2001 From: gm10 <13855078+gm10@users.noreply.github.com> Date: Wed, 20 Feb 2019 10:17:33 +0100 Subject: [PATCH] Applications: Replace deprecated xpad/ypad with margin-XYZ parameters --- .../linuxmint/mintMenu/plugins/applications.glade | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/usr/lib/linuxmint/mintMenu/plugins/applications.glade b/usr/lib/linuxmint/mintMenu/plugins/applications.glade index 7c8d294..597d5a4 100644 --- a/usr/lib/linuxmint/mintMenu/plugins/applications.glade +++ b/usr/lib/linuxmint/mintMenu/plugins/applications.glade @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- Generated with glade 3.22.1 --> <interface> - <requires lib="gtk+" version="3.0"/> + <requires lib="gtk+" version="3.18"/> <object class="GtkWindow" id="mainWindow"> <property name="width_request">169</property> <property name="height_request">227</property> @@ -44,8 +44,10 @@ <object class="GtkLabel" id="label6"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="xpad">15</property> - <property name="ypad">10</property> + <property name="margin_left">15</property> + <property name="margin_right">15</property> + <property name="margin_top">10</property> + <property name="margin_bottom">10</property> <property name="label" translatable="yes">Favorites</property> <property name="use_markup">True</property> <property name="xalign">0</property> @@ -186,8 +188,10 @@ <object class="GtkLabel" id="label2"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="xpad">15</property> - <property name="ypad">10</property> + <property name="margin_left">15</property> + <property name="margin_right">15</property> + <property name="margin_top">10</property> + <property name="margin_bottom">10</property> <property name="label" translatable="yes">Applications</property> <property name="xalign">0</property> </object>