mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
514de0b91a
This is an initial cut at providing a tool for interactive exploration of constraints.
10 lines
378 B
XML
10 lines
378 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<gresources>
|
|
<gresource prefix="/org/gtk/gtk4/constraint-editor">
|
|
<file preprocess="xml-stripblanks">constraint-editor-window.ui</file>
|
|
<file preprocess="xml-stripblanks">constraint-editor.ui</file>
|
|
<file preprocess="xml-stripblanks">guide-editor.ui</file>
|
|
<file>constraint-editor.css</file>
|
|
</gresource>
|
|
</gresources>
|