mirror of
https://github.com/labwc/labwc.git
synced 2026-03-11 05:33:49 -04:00
docs/rc.xml.all: correct description of resize.cornerRange
This commit is contained in:
parent
6b9cc5dd64
commit
b2623ce1e3
1 changed files with 8 additions and 1 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue