summaryrefslogtreecommitdiff
path: root/build-aux/flatpak/org.gnome.Nautilus.json
diff options
context:
space:
mode:
authorChristopher Davis <christopherdavis@gnome.org>2023-03-16 00:41:17 -0400
committerChristopher Davis <christopherdavis@gnome.org>2023-03-16 18:36:05 -0400
commit3f737da4eea26c98deea6af779c95ad5bb03e6ea (patch)
tree5de43b85e9ca42d6892541787d584ce1955957c5 /build-aux/flatpak/org.gnome.Nautilus.json
parentdb69e0ccae92dfd4a77e098c7f81812802540b25 (diff)
downloadnautilus-wip/cdavis/adaptive-states.tar.gz
window: Use AdwUtilityPaneView instead of AdwFlapwip/cdavis/adaptive-states
AdwFlap has the same issues as all of our other adaptive widgetry. In order to get rid of the issues caused by it, we need new widgetry that can be manually used with AdwAdaptiveState. This commit ports the main window to the new AdwUtilityPaneView widget. This widget is a simplified alternative to AdwFlap, and for our use case it's a drop-in replacement.
Diffstat (limited to 'build-aux/flatpak/org.gnome.Nautilus.json')
-rw-r--r--build-aux/flatpak/org.gnome.Nautilus.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/flatpak/org.gnome.Nautilus.json b/build-aux/flatpak/org.gnome.Nautilus.json
index 0bf549546..6389a2a54 100644
--- a/build-aux/flatpak/org.gnome.Nautilus.json
+++ b/build-aux/flatpak/org.gnome.Nautilus.json
@@ -180,7 +180,7 @@
{
"type" : "git",
"url" : "https://gitlab.gnome.org/GNOME/libadwaita.git",
- "branch" : "wip/exalm/adaptive-states"
+ "branch" : "wip/exalm/browsing-view"
}
]
},