diff options
Diffstat (limited to 'misc/org.yorba.shotwell.gschema.xml')
-rw-r--r-- | misc/org.yorba.shotwell.gschema.xml | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/misc/org.yorba.shotwell.gschema.xml b/misc/org.yorba.shotwell.gschema.xml index afd2f02..2bd9003 100644 --- a/misc/org.yorba.shotwell.gschema.xml +++ b/misc/org.yorba.shotwell.gschema.xml @@ -161,7 +161,19 @@ <summary>background color</summary> <description>A grayscale color for use as the background color.</description> </key> - + + <key name="transparent-background-type" type="s"> + <default>'checkered'</default> + <summary>background for transparent images</summary> + <description>The background to use for transparent images.</description> + </key> + + <key name="transparent-background-color" type="s"> + <default>'#444'</default> + <summary>color for solid transparency background</summary> + <description>Color to use if background for transparent images is set to solid color</description> + </key> + <key name="hide-photos-already-imported" type="b"> <default>false</default> <summary>Selection state of “hide photos” option</summary> |