From 9e4ab8343c3270d19a0e90a93ad6a32b84696910 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Fri, 7 Feb 2020 09:54:35 -0300 Subject: [PATCH] Updating windows defaults. --- schemas/windows/application.gschema.xml.in | 44 +------------------------------------------- schemas/windows/window.gschema.xml.in | 103 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 104 insertions(+), 43 deletions(-) create mode 100644 schemas/windows/window.gschema.xml.in diff --git a/schemas/windows/application.gschema.xml.in b/schemas/windows/application.gschema.xml.in index 3d431b2..be3961c 100644 --- a/schemas/windows/application.gschema.xml.in +++ b/schemas/windows/application.gschema.xml.in @@ -33,53 +33,11 @@ - 1 + 0 UI Style The ID of the current user interface style - - true - Enable top window subtitle - If TRUE, reserve space for a subtitle, even if none is currently set. - - - - -1 - How to draw the toolbar. - - - - - 0 - The size of the icons in a toolbar - - - - - true - The toolbar visible state - - - - - true - The menubar visible state - - - - - 'win.copy,win.paste,win.select-all,separator,win.connect,win.disconnect,separator,win.session.properties,win.file.transfer,win.print,app.quit' - The toolbar action list - - - - - 'win.disconnect,win.reconnect,win.file.transfer,win.print:menu.open-menu' - The actions in the header bar - - - diff --git a/schemas/windows/window.gschema.xml.in b/schemas/windows/window.gschema.xml.in new file mode 100644 index 0000000..5084995 --- /dev/null +++ b/schemas/windows/window.gschema.xml.in @@ -0,0 +1,103 @@ + + + + + + + + + -1 + The window width. + + + + + -1 + The window height. + + + + + false + Is the window maximized? + + + + + false + Is the window in full screen mode? + + + + + false + Enable top window subtitle + If TRUE, reserve space for a subtitle, even if none is currently set. + + + + true + The toolbar visible state + + + + + true + The menubar visible state + + + + + -1 + How to draw the toolbar. + + + + + 0 + The size of the icons in a toolbar + + + + + 'win.copy,win.paste,win.select-all,separator,win.connect,win.disconnect,separator,win.print,win.close' + The toolbar action list + + + + + 'win.disconnect,win.reconnect,win.file.transfer,win.print:menu.open-menu' + The actions in the header bar + + + + + + -- libgit2 0.21.2