Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit a90d9a5

Browse files
Merge pull request #2027 from livecode/bugfix-17823
[17823] Changed DG property label to "Fixed row height"
2 parents ba8f2bc + 2259ba2 commit a90d9a5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Toolset/resources/supporting_files/property_definitions/com.livecode.interface.classic.DataGridForm.tsv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ cache controls:revIDEGetDataGridProperty:revIDESetDataGridProperty Cache control
1313
persistent data:revIDEGetDataGridProperty:revIDESetDataGridProperty Persistent data Data Grid com.livecode.pi.boolean true false no_default
1414
animate actions:revIDEGetDataGridProperty:revIDESetDataGridProperty Animate actions Data Grid com.livecode.pi.boolean true false true
1515
enable swipe:revIDEGetDataGridProperty:revIDESetDataGridProperty Enable swipes Data Grid com.livecode.pi.boolean true false false
16-
fixed control height:revIDEGetDataGridProperty:revIDESetDataGridProperty Empty row height Data Grid com.livecode.pi.boolean true false no_default
16+
fixed control height:revIDEGetDataGridProperty:revIDESetDataGridProperty Fixed row height Data Grid com.livecode.pi.boolean true false no_default
1717
row height:revIDEGetDataGridProperty:revIDESetDataGridProperty Row height Data Grid com.livecode.pi.number true false 21 1
1818
row behavior:revIDEGetDataGridProperty:revIDESetDataGridProperty Row behavior Data Grid com.livecode.pi.script true true no_default 1
1919

notes/bugfix-17823.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Updated DG property label from "Empty row height" to "Fixed row height" in the Property Inspector

0 commit comments

Comments
 (0)