[gnome-taquin/arnaudb/wip/gtk4: 30/56] Adapt to ScrolledWindow API.
- From: Arnaud B. <arnaudb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-taquin/arnaudb/wip/gtk4: 30/56] Adapt to ScrolledWindow API.
- Date: Wed, 30 Sep 2020 13:55:33 +0000 (UTC)
commit fa402f632730d475e57050049e4d4eb774257f18
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date: Sat Apr 18 16:06:24 2020 +0200
Adapt to ScrolledWindow API.
src/overlayed-list.vala | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/overlayed-list.vala b/src/overlayed-list.vala
index 31f7afd..840e66b 100644
--- a/src/overlayed-list.vala
+++ b/src/overlayed-list.vala
@@ -69,9 +69,9 @@ private abstract class OverlayedList : Widget, AdaptativeWidget
construct
{
if (value)
- scrolled.shadow_type = ShadowType.ETCHED_IN;
+ scrolled.has_frame = true;
else
- scrolled.shadow_type = ShadowType.NONE;
+ scrolled.has_frame = false;
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]