Gimp/etc/sessionrc
Sven Neumann 1f17bf8767 handle dockable drops where the drag source is a GimpDockable itself.
2003-10-05  Sven Neumann  <sven@gimp.org>

	* app/widgets/gimpdock.c (gimp_dock_separator_drag_drop): handle
	dockable drops where the drag source is a GimpDockable itself.

	* etc/sessionrc: try a new default dialog setup.
2003-10-05 22:09:58 +00:00

32 lines
979 B
Text

# 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 The GIMP. If this file isn't found, defaults are used.
(session-info "toolbox" "dock"
(position 48 48)
(size 192 660)
(open-on-exit)
(dock
(book
"gimp-tool-options@preview")))
(session-info "dock" "dock"
(position 300 48)
(size 240 660)
(open-on-exit)
(aux-info "menu-shown" "follow-active-image")
(dock
(book
"gimp-layer-list@icon"
"gimp-channel-list@icon"
"gimp-vectors-list@icon"
"gimp-undo-history@icon")
(book
"gimp-brush-grid@preview"
"gimp-pattern-grid@preview"
"gimp-gradient-list@preview"
"gimp-font-list@preview")))
# end of sessionrc