This commit improves the Night Light code in various ways: * Turn it into a template class, subclass of GtkDialog, and adapts all the code to reflect that. * Update the code style in various places, to make it more conformant with the documented code style. * Reorganize the code a bit, moving functions around, to make it more conformant with the documented order.
9 lines
319 B
XML
9 lines
319 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<gresources>
|
|
<gresource prefix="/org/gnome/control-center/display">
|
|
<file preprocess="xml-stripblanks">cc-night-light-dialog.ui</file>
|
|
<file>display-arrangement.css</file>
|
|
<file>16x16/sunrise.png</file>
|
|
<file>16x16/sunset.png</file>
|
|
</gresource>
|
|
</gresources>
|