To keep it clean and well organized, rename the .ui files (window.ui and panel-list.ui) to have the 'cc-' prefix and match their .c counterparts.
8 lines
317 B
XML
8 lines
317 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<gresources>
|
|
<gresource prefix="/org/gnome/ControlCenter/gtk">
|
|
<file preprocess="xml-stripblanks">cc-panel-list.ui</file>
|
|
<file preprocess="xml-stripblanks">cc-window.ui</file>
|
|
<file preprocess="xml-stripblanks">help-overlay.ui</file>
|
|
</gresource>
|
|
</gresources>
|