From 461b00170782106b6fd4d2c2a43d06260aedd985 Mon Sep 17 00:00:00 2001 From: Joan Moreau Date: Sun, 17 Jan 2021 17:36:03 +0100 Subject: Add missing standard fields (Tomboy legacy): - Window position X and Y - Window height and width - Cursor position --- appinfo/database.xml | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) (limited to 'appinfo/database.xml') diff --git a/appinfo/database.xml b/appinfo/database.xml index fbc467a..77bb39b 100755 --- a/appinfo/database.xml +++ b/appinfo/database.xml @@ -155,6 +155,48 @@ 1024 true + + note_x + integer + 6 + true + 20 + + + note_y + integer + 6 + true + 20 + + + note_width + integer + 6 + true + -1 + + + note_height + integer + 6 + true + -1 + + + note_selection_bound_position + integer + 6 + true + 0 + + + note_cursor_position + integer + 6 + true + 0 + -- cgit v1.2.3