[easytag/wip/gsettings: 12/23] Add CDDB window location to GSettings schema



commit 2e1566fa6e28949ea49b34cf8868d3f8d3c03da8
Author: David King <amigadave amigadave com>
Date:   Sun Mar 3 10:20:52 2013 +0000

    Add CDDB window location to GSettings schema

 data/org.gnome.EasyTAG.gschema.xml |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)
---
diff --git a/data/org.gnome.EasyTAG.gschema.xml b/data/org.gnome.EasyTAG.gschema.xml
index 6f7ba21..890efdb 100644
--- a/data/org.gnome.EasyTAG.gschema.xml
+++ b/data/org.gnome.EasyTAG.gschema.xml
@@ -299,6 +299,21 @@
       <default>true</default>
     </key>
 
+    <key name="cddb-location" type="(iiii)">
+      <summary>Location of the CDDB window</summary>
+      <description>The location of the CDDB window on the screen, of the
+      form X position, Y position, width and height, in pixels.</description>
+      <default>(-1,-1,-1,-1)</default>
+    </key>
+
+    <key name="cddb-pane-position" type="u">
+      <summary>The pane position in the CDDB window</summary>
+      <description>The position of the pane separator in the CDDB
+      window</description>
+      <default>300</default>
+      <range min="0" max="65535" />
+    </key>
+
     <key name="cddb-run-scanner" type="b">
       <summary>Run the scanner on CDDB results</summary>
       <description>Whether to run the tag scanner, with the current settings,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]