summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2021-10-27 13:42:14 -0300
committerGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2021-10-28 11:23:46 -0300
commitb35ad3511e259642f52b216d934efad32bdc9af6 (patch)
tree40abe1dd7e7b9f458d4cf2244e192799f0367a9f
parent1773d31fae4e8253146f306278ce7790d4ef7445 (diff)
downloadgnome-bluetooth-b35ad3511e259642f52b216d934efad32bdc9af6.tar.gz
lib: Remove shadow-type
This doesn't exist in GTK4 anymore. There's no replacement for it.
-rw-r--r--lib/bluetooth-pairing-dialog.ui1
-rw-r--r--lib/bluetooth-settings-widget.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/lib/bluetooth-pairing-dialog.ui b/lib/bluetooth-pairing-dialog.ui
index 03f4f37f..4052ea3d 100644
--- a/lib/bluetooth-pairing-dialog.ui
+++ b/lib/bluetooth-pairing-dialog.ui
@@ -64,7 +64,6 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label_xalign">0</property>
- <property name="shadow_type">none</property>
<child>
<object class="GtkEntry" id="entry_pin">
<property name="visible">True</property>
diff --git a/lib/bluetooth-settings-widget.c b/lib/bluetooth-settings-widget.c
index b160e4c0..782f43a2 100644
--- a/lib/bluetooth-settings-widget.c
+++ b/lib/bluetooth-settings-widget.c
@@ -1594,7 +1594,6 @@ add_device_section (BluetoothSettingsWidget *self)
gtk_stack_add_named (GTK_STACK (priv->device_stack), label, FILLER_PAGE);
frame = gtk_frame_new (NULL);
- gtk_frame_set_shadow_type (GTK_FRAME (frame), GTK_SHADOW_IN);
gtk_widget_set_vexpand (frame, TRUE);
gtk_frame_set_child (GTK_FRAME (frame), priv->device_list);
gtk_stack_add_named (GTK_STACK (priv->device_stack), frame, DEVICES_PAGE);