gnome-control-center/shell/cc-panel.ui
Felipe Borges b01549f853 Shell, cc-panel: Bundle an AdwNavigationView in every CcPanel
So that in the future panels with subpages don't need to have their own
navigation views.

As of now this is useless as implementations of CcPanel will reset the
CcPanel.child object.
2024-05-17 09:18:00 +00:00

8 lines
236 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<interface>
<template class="CcPanel" parent="AdwNavigationPage">
<property name="child">
<object class="AdwNavigationView" id="navigation"/>
</property>
</template>
</interface>