docs/rc.xml.all: correct description of resize.cornerRange

This commit is contained in:
Andrew J. Hesford 2025-02-04 18:44:08 -05:00
parent 14db24df3e
commit 5a11062daf

View file

@ -131,9 +131,16 @@
<popupShow>Never</popupShow> <popupShow>Never</popupShow>
<!-- Let client redraw its contents while resizing --> <!-- Let client redraw its contents while resizing -->
<drawContents>yes</drawContents> <drawContents>yes</drawContents>
<cornerRange>8</cornerRange>
<!-- Borders are effectively 8 pixels wide regardless of visual appearance --> <!-- Borders are effectively 8 pixels wide regardless of visual appearance -->
<minimumArea>8</minimumArea> <minimumArea>8</minimumArea>
<!--
Set cornerRange to a positive value to increase the size of corner
regions for mouse actions and diagonal window resizing. When omitted,
the default size of the corner region is half of the titlebar height.
<cornerRange>8</cornerRange>
-->
</resize> </resize>
<focus> <focus>