[gnome-robots/arnaudb/wip/gtk4: 18/45] Adapt to ScrolledWindow API.
- From: Arnaud B. <arnaudb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-robots/arnaudb/wip/gtk4: 18/45] Adapt to ScrolledWindow API.
- Date: Tue, 15 Sep 2020 14:46:49 +0000 (UTC)
commit 62e31f037587aff1ec8ba2fafd4251a9962cf3c7
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date: Mon May 25 15:08:42 2020 +0200
Adapt to ScrolledWindow API.
src/games-controls.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/games-controls.c b/src/games-controls.c
index cac6c48..5b21cc1 100644
--- a/src/games-controls.c
+++ b/src/games-controls.c
@@ -262,7 +262,7 @@ games_controls_list_new (GSettings *settings)
list = g_object_new (GAMES_TYPE_CONTROLS_LIST,
"hscrollbar-policy", GTK_POLICY_NEVER,
"vscrollbar-policy", GTK_POLICY_AUTOMATIC,
- "shadow-type", GTK_SHADOW_IN,
+ "has-frame", TRUE,
NULL);
priv = games_controls_list_get_instance_private (list);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]