From 84419fe90c524fdeb293c06c23ffd82aa2c48654 Mon Sep 17 00:00:00 2001 From: Radostin Stoyanov Date: Wed, 31 May 2017 14:08:38 +0100 Subject: Remove deprecated GtkMisc:ypad property GtkMisc:ypad was deprecated since Gtk version 3.14 and should not be used in newly-written code. Use margin-top and margin-bottom instead. Both have default value set to 0. https://developer.gnome.org/gtk3/stable/GtkMisc.html#GtkMisc--ypad https://developer.gnome.org/gtk3/stable/GtkWidget.html#GtkWidget--margin-top https://developer.gnome.org/gtk3/stable/GtkWidget.html#GtkWidget--margin-bottom --- ui/addhardware.ui | 3 ++- ui/asyncjob.ui | 6 ++++-- ui/connect.ui | 3 ++- ui/createnet.ui | 6 ++++-- ui/details.ui | 18 ++++++++++++------ ui/netlist.ui | 3 ++- 6 files changed, 26 insertions(+), 13 deletions(-) diff --git a/ui/addhardware.ui b/ui/addhardware.ui index 7f10e17b..2cf387e2 100644 --- a/ui/addhardware.ui +++ b/ui/addhardware.ui @@ -85,7 +85,8 @@ start 6 6 - 6 + 6 + 6 Page title True fill diff --git a/ui/asyncjob.ui b/ui/asyncjob.ui index 8494fe2d..0404b3b0 100644 --- a/ui/asyncjob.ui +++ b/ui/asyncjob.ui @@ -32,7 +32,8 @@ start 3 3 - 10 + 10 + 10 gtk-dialog-info 6 @@ -115,7 +116,8 @@ start 3 3 - 3 + 3 + 3 Processing... diff --git a/ui/connect.ui b/ui/connect.ui index a3acb58b..4759abc0 100644 --- a/ui/connect.ui +++ b/ui/connect.ui @@ -252,7 +252,8 @@ False start 24 - 2 + 2 + 2 _Username: True True diff --git a/ui/createnet.ui b/ui/createnet.ui index 1fe94ec9..fd558124 100644 --- a/ui/createnet.ui +++ b/ui/createnet.ui @@ -362,7 +362,8 @@ start 3 3 - 3 + 3 + 3 gtk-dialog-info @@ -781,7 +782,8 @@ start 3 3 - 3 + 3 + 3 gtk-dialog-info diff --git a/ui/details.ui b/ui/details.ui index 857ab506..8a3f6162 100644 --- a/ui/details.ui +++ b/ui/details.ui @@ -2921,7 +2921,8 @@ if you know what you are doing.</small> True False start - 8 + 8 + 8 Ke_rnel path: True boot-kernel @@ -2936,7 +2937,8 @@ if you know what you are doing.</small> True False start - 8 + 8 + 8 _Initrd path: True boot-initrd @@ -3033,7 +3035,8 @@ if you know what you are doing.</small> True False start - 8 + 8 + 8 Kernel ar_gs: True boot-kernel-args @@ -3066,7 +3069,8 @@ if you know what you are doing.</small> True False start - 8 + 8 + 8 D_TB Path: True boot-dtb @@ -3705,7 +3709,8 @@ if you know what you are doing.</small> False end start - 4 + 4 + 4 Storage forma_t: True disk-format @@ -5706,7 +5711,8 @@ if you know what you are doing.</small> True False start - 3 + 3 + 3 Address Type: diff --git a/ui/netlist.ui b/ui/netlist.ui index ce5fa440..c639f9cb 100644 --- a/ui/netlist.ui +++ b/ui/netlist.ui @@ -189,7 +189,8 @@ False end start - 3 + 3 + 3 _Network source: True net-source -- cgit v1.2.1