~fabiozaramella/pantheon-photos/fix-1357862

« back to all changes in this revision

Viewing changes to misc/org.yorba.shotwell.gschema.xml

  • Committer: Daniel Foré
  • Date: 2014-08-17 01:59:06 UTC
  • mto: This revision was merged to the branch mainline in revision 2576.
  • Revision ID: daniel@elementaryos.org-20140817015906-dcmrbihdmyt4u51t
make default thumbnail size 256 instead of 128

Show diffs side-by-side

added added

removed removed

Lines of Context:
138
138
    </key>
139
139
 
140
140
    <key name="photo-thumbnail-scale" type="i">
141
 
        <default>128</default>
 
141
        <default>256</default>
142
142
        <summary>photo thumbnail scale</summary>
143
143
        <description>The scale of photo thumbnails, ranging from 72 to 360.</description>
144
144
    </key>
680
680
</schema>
681
681
 
682
682
</schemalist>
683