gimp/etc/sessionrc
Sven Neumann 39377e970e themes/Default/gtkrc reduced minimum dock width to 200 pixels.
2008-03-22  Sven Neumann  <sven@gimp.org>

	* themes/Default/gtkrc
	* app/widgets/gimpmenudock.c: reduced minimum dock width to 200
	pixels.

	* etc/sessionrc: use -0 instead of -1, just like in X geometry
	strings. Changed default dock sizes to be taller but less wide.

	* app/widgets/gimpsessioninfo.c: changed code to parse -0 from 
the
	sessionrc file and to deal more correctly with negative offsets.


svn path=/trunk/; revision=25169
2008-03-22 01:10:51 +00:00

42 lines
1.2 KiB
Plaintext

# GIMP sessionrc
#
# This file takes session-specific info (that is info, you want to keep
# between two GIMP sessions). You are not supposed to edit it manually, but
# of course you can do. The sessionrc will be entirely rewritten every time
# you quit GIMP. If this file isn't found, defaults are used.
(session-info "toolbox" "dock"
(position 0 0)
(size 170 820)
(open-on-exit)
(dock
(book
(dockable "gimp-tool-options"))))
(session-info "dock" "dock"
(position -0 0)
(size 210 820)
(open-on-exit)
(aux-info
(show-image-menu "true")
(follow-active-image "true"))
(dock
(book
(dockable "gimp-layer-list"
(tab-style icon))
(dockable "gimp-channel-list"
(tab-style icon))
(dockable "gimp-vectors-list"
(tab-style icon))
(dockable "gimp-undo-history"
(tab-style icon)))
(book
(position 420)
(dockable "gimp-brush-grid"
(tab-style preview))
(dockable "gimp-pattern-grid"
(tab-style preview))
(dockable "gimp-gradient-list"
(tab-style preview)))))
# end of sessionrc