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

Commit fb260fc

Browse files
Merge pull request #2022 from livecode/bugfix-18654
[18654] Added "Size" field to the image Property Inspector
2 parents 72032cc + 48bf1eb commit fb260fc

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ title Image
66
name
77
filename::revIDESetImageFilename
88
id
9+
size
910
tooltip
1011
visible true
1112
dontDither false

Toolset/resources/supporting_files/property_definitions/propertyInfo.tsv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ showLines Text baselines Table com.livecode.pi.boolean true false
165165
showName Show name Basic com.livecode.pi.boolean true false
166166
showSelection Hilite selection Basic com.livecode.pi.boolean true false
167167
showValue Show value Basic com.livecode.pi.boolean true false false
168+
size Size in bytes Basic com.livecode.pi.integer true true
168169
stackFiles::revIDESetStackFilesProperty Stack files Stack Files com.livecode.pi.stackfiles true false
169170
startAngle Start Basic com.livecode.pi.number true false 0 0 360 1
170171
startArrow Start arrow Basic com.livecode.pi.boolean true false

notes/bugfix-18654.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Added "Size" field to the Property Inspector of the image object

0 commit comments

Comments
 (0)