diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-05-01 14:35:32 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-05-01 14:35:32 +0200 |
commit | e230b6f78546827521107be23797048482c8b193 (patch) | |
tree | 948c1e77382c484819ea399bba4edcdc19cc6bf0 /misc/org.yorba.shotwell.gschema.xml | |
parent | 211da5fc3048ca2b6ccee2166b0aaaade55cb84f (diff) | |
parent | 49120f48474fc8fdc2448c75d961bc238213cfac (diff) |
Update upstream source from tag 'upstream/0.28.2'
Update to upstream version '0.28.2'
with Debian dir 811236a8e9a1308bf427065dcb6270419ff4f965
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> |