From 97b5922a75b6f0337c2d3ae4bc62dc18347f861e Mon Sep 17 00:00:00 2001 From: Leonard Kugis Date: Sat, 13 Jan 2018 22:56:35 +0100 Subject: Funktionierendes settings GUI --- .../glib-2.0/schemas/org.gnome.devhelp.gschema.xml | 111 +++++++++++++++++++++ 1 file changed, 111 insertions(+) create mode 100644 Release/share/glib-2.0/schemas/org.gnome.devhelp.gschema.xml (limited to 'Release/share/glib-2.0/schemas/org.gnome.devhelp.gschema.xml') diff --git a/Release/share/glib-2.0/schemas/org.gnome.devhelp.gschema.xml b/Release/share/glib-2.0/schemas/org.gnome.devhelp.gschema.xml new file mode 100644 index 0000000..5c86b6f --- /dev/null +++ b/Release/share/glib-2.0/schemas/org.gnome.devhelp.gschema.xml @@ -0,0 +1,111 @@ + + + + + + + + + + + + + + + + + + false + Main window maximized state + Whether the main window should start maximized. + + + 700 + Width of the main window + The width of the main window. + + + 500 + Height of main window + The height of the main window. + + + 100 + X position of main window + The X position of the main window. + + + 100 + Y position of main window + The Y position of the main window. + + + + + 250 + Width of the index and search pane + The width of the index and search pane. + + + + + 'content' + Selected tab: "content" or "search" + Which of the tabs is selected: "content" or "search". + + + + + [] + Books disabled + List of books disabled by the user. + + + false + Group by language + Whether books should be grouped by language in the UI + + + + + + + + 350 + Width of the assistant window + The width of the assistant window. + + + 400 + Height of assistant window + The height of the assistant window. + + + 0 + X position of assistant window + The X position of the assistant window. + + + 0 + Y position of assistant window + The Y position of the assistant window. + + + + + true + Use system fonts + Use the system default fonts. + + + 'Sans 12' + Font for text + Font for text with variable width. + + + 'Monospace 12' + Font for fixed width text + Font for text with fixed width, such as code examples. + + + -- cgit v1.2.1