[gnome-bluetooth] lib: Remove shadow-type
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-bluetooth] lib: Remove shadow-type
- Date: Thu, 28 Oct 2021 15:29:59 +0000 (UTC)
commit b35ad3511e259642f52b216d934efad32bdc9af6
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date: Wed Oct 27 13:42:14 2021 -0300
lib: Remove shadow-type
This doesn't exist in GTK4 anymore. There's no replacement for it.
lib/bluetooth-pairing-dialog.ui | 1 -
lib/bluetooth-settings-widget.c | 1 -
2 files changed, 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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]