forked from AuroraMiddleware/gtk
9882bc9638
GNOME Shell 3.32 will remove support for the app menu so we need to move its contents to the primary (hamburger) menu. widget-factory already had a primary menu. The only item in the app menu was About. https://gitlab.gnome.org/GNOME/Initiatives/issues/4
13 lines
415 B
XML
13 lines
415 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<gresources>
|
|
<gresource prefix="/org/gtk/WidgetFactory">
|
|
<file preprocess="xml-stripblanks">widget-factory.ui</file>
|
|
</gresource>
|
|
<gresource prefix="/org/gtk/WidgetFactory">
|
|
<file>widget-factory.css</file>
|
|
</gresource>
|
|
<gresource prefix="/org/gtk/WidgetFactory/gtk">
|
|
<file preprocess="xml-stripblanks">help-overlay.ui</file>
|
|
</gresource>
|
|
</gresources>
|