mirror of
https://github.com/labwc/labwc.git
synced 2026-03-18 05:33:53 -04:00
docs: fix element ending
This commit is contained in:
parent
9d63c803d3
commit
52b9b4292f
2 changed files with 2 additions and 2 deletions
|
|
@ -449,7 +449,7 @@ windows using the mouse.
|
||||||
|
|
||||||
```
|
```
|
||||||
<tablet mapToOutput="" rotate="0">
|
<tablet mapToOutput="" rotate="0">
|
||||||
<area top="0.0" left="0.0" width="0.0" height="0.0">
|
<area top="0.0" left="0.0" width="0.0" height="0.0" />
|
||||||
<map button="Tip" to="Left" />
|
<map button="Tip" to="Left" />
|
||||||
<map button="Stylus" to="Right" />
|
<map button="Stylus" to="Right" />
|
||||||
<map button="Stylus2" to="Middle" />
|
<map button="Stylus2" to="Middle" />
|
||||||
|
|
|
||||||
|
|
@ -414,7 +414,7 @@
|
||||||
-->
|
-->
|
||||||
<tablet mapToOutput="" rotate="0">
|
<tablet mapToOutput="" rotate="0">
|
||||||
<!-- Active area dimensions are in mm -->
|
<!-- Active area dimensions are in mm -->
|
||||||
<area top="0.0" left="0.0" width="0.0" height="0.0">
|
<area top="0.0" left="0.0" width="0.0" height="0.0" />
|
||||||
<map button="Tip" to="Left" />
|
<map button="Tip" to="Left" />
|
||||||
<map button="Stylus" to="Right" />
|
<map button="Stylus" to="Right" />
|
||||||
<map button="Stylus2" to="Middle" />
|
<map button="Stylus2" to="Middle" />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue