Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
GIMP layer preview size issue
#2
To judge from the documentation for the file gimprc:
Code:
(layer-preview-size medium)

Sets the preview size used for layers and channel previews in newly created
dialogs.  Possible values are tiny, extra-small, small, medium, large,
extra-large, huge, enormous and gigantic.
So the value is preferences is used when creating a new dockable dialog for the first time, but if you have a set it manually from the menu-right arrow menu, that's the value that will be used.

It looks like a bug that "Huge" is missing from the possible options BUT it is possible to work round.

Find the sessionrc file in your profile and in there find the entry for the gimp-layer-list and edit the preview-size to be 96
Code:
   (gimp-toolbox
       (book
           (current-page 1)
           (dockable "gimp-tool-options"
               (tab-style automatic)
               (aux-info
                   (show-button-bar "true")))
           (dockable "gimp-layer-list"
               (tab-style automatic)
               (preview-size 96)
               (aux-info
                   (show-button-bar "true"))))))
   
Reply


Messages In This Thread
GIMP layer preview size issue - by andreim - 03-15-2017, 01:04 PM
RE: GIMP layer preview size issue - by Kevin - 03-15-2017, 01:26 PM
RE: GIMP layer preview size issue - by andreim - 03-15-2017, 01:53 PM

Forum Jump: