Skip to content

Commit 20f6d46

Browse files
committed
Border style topDivider added to documentation.
The Adobe Photoshop script "Image Processor.jsx" at `C:\Program Files\Adobe\Adobe Photoshop 2022\Presets\Scripts` comes with a border style value of `topDivider` for a number of panels. This value draws a gray line at the top of the panel. The `topDivider` value is currently undocumented. This pull request adds the corresponding documentation.
1 parent 6881baa commit 20f6d46

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/user-interface-tools/control-objects.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,9 @@ To add to a window ``w``::
409409
- ``name``: A unique name for the control.
410410
- ``borderStyle``: A string that specifies the appearance of the
411411
border drawn around the panel. One of ``black``, ``etched``,
412-
``gray``, ``raised`` or ``sunken``. Default is ``etched``.
412+
``gray``, ``raised``, ``sunken`` or ``topDivider``.
413+
``topDivider`` draws a horizonal line at the top of the panel
414+
only. Default is ``etched``.
413415
- ``subPanelCoordinates``: When true, this panel automatically
414416
adjusts the positions of its children for compatability with
415417
Photoshop CS. Default is false, meaning that the panel does

0 commit comments

Comments
 (0)