diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-05-01 14:43:08 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-05-01 14:43:08 +0200 |
commit | 2b3f22361da0c1d8e6ce70d71352821758186db7 (patch) | |
tree | 5d10633b47369b3aa52a05bf889ede0dbe5ee108 /misc/org.yorba.shotwell.gschema.xml | |
parent | 211da5fc3048ca2b6ccee2166b0aaaade55cb84f (diff) | |
parent | dc6c76eb04dfe3d4262a1806808f0bc0bf523238 (diff) |
Merge branch 'feature/upstream' into develop
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> |