deploy: 35f3d59806
This commit is contained in:
parent
8cef3cc57a
commit
7f76c25277
4 changed files with 5 additions and 3 deletions
File diff suppressed because one or more lines are too long
|
@ -2840,7 +2840,7 @@ Attributes:
|
|||
<description>enum
|
||||
The different lighttable layouts
|
||||
Values:
|
||||
DT_LIGHTTABLE_LAYOUT_FIRST DT_LIGHTTABLE_LAYOUT_ZOOMABLE DT_LIGHTTABLE_LAYOUT_FILEMANAGER DT_LIGHTTABLE_LAYOUT_CULLING DT_LIGHTTABLE_LAYOUT_LAST </description>
|
||||
DT_LIGHTTABLE_LAYOUT_FIRST DT_LIGHTTABLE_LAYOUT_ZOOMABLE DT_LIGHTTABLE_LAYOUT_FILEMANAGER DT_LIGHTTABLE_LAYOUT_CULLING DT_LIGHTTABLE_LAYOUT_CULLING_DYNAMIC DT_LIGHTTABLE_LAYOUT_PREVIEW DT_LIGHTTABLE_LAYOUT_LAST </description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
|
|
|
@ -3075,6 +3075,8 @@
|
|||
<li>DT_LIGHTTABLE_LAYOUT_ZOOMABLE</li>
|
||||
<li>DT_LIGHTTABLE_LAYOUT_FILEMANAGER</li>
|
||||
<li>DT_LIGHTTABLE_LAYOUT_CULLING</li>
|
||||
<li>DT_LIGHTTABLE_LAYOUT_CULLING_DYNAMIC</li>
|
||||
<li>DT_LIGHTTABLE_LAYOUT_PREVIEW</li>
|
||||
<li>DT_LIGHTTABLE_LAYOUT_LAST</li>
|
||||
</ul>
|
||||
|
||||
|
|
|
@ -477,7 +477,7 @@ Attributes:
|
|||
<description>enum
|
||||
The different lighttable layouts
|
||||
Values:
|
||||
DT_LIGHTTABLE_LAYOUT_FIRST DT_LIGHTTABLE_LAYOUT_ZOOMABLE DT_LIGHTTABLE_LAYOUT_FILEMANAGER DT_LIGHTTABLE_LAYOUT_CULLING DT_LIGHTTABLE_LAYOUT_LAST </description>
|
||||
DT_LIGHTTABLE_LAYOUT_FIRST DT_LIGHTTABLE_LAYOUT_ZOOMABLE DT_LIGHTTABLE_LAYOUT_FILEMANAGER DT_LIGHTTABLE_LAYOUT_CULLING DT_LIGHTTABLE_LAYOUT_CULLING_DYNAMIC DT_LIGHTTABLE_LAYOUT_PREVIEW DT_LIGHTTABLE_LAYOUT_LAST </description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
|
|
Loading…
Reference in a new issue