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

Commit 83ee167

Browse files
author
Monte Goulding
authored
Merge pull request #1880 from montegoulding/bugfix-20830
[[ Bug 20830 ]] Add iconGravity to PI
2 parents d33712b + 7507e53 commit 83ee167

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ disabledIcon
2828
visitedIcon
2929
armedIcon
3030
hoverIcon
31+
iconGravity
3132
threeD true
3233
showBorder true
3334
hiliteBorder true

Toolset/resources/supporting_files/property_definitions/propertyInfo.tsv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ hotspots Hotspots Quicktime com.livecode.pi.string true true
8686
hoverIcon Hover icon Icons com.livecode.pi.imageid true false 0
8787
hScrollbar Horizontal scrollbar Basic com.livecode.pi.boolean true false false
8888
icon Icon Icons com.livecode.pi.imageid true false 0
89+
iconGravity Gravity Icons com.livecode.pi.enum true false ,left,top,right,bottom,topLeft,topRight,bottomLeft,bottomRight,center,resize
8990
iconic Minimized Basic com.livecode.pi.boolean true false false
9091
id ID Basic com.livecode.pi.imageID true false
9192
ink Ink Colors com.livecode.pi.enum true false srcCopy blendClear,blendSrc,blendDst,blendSrcOver,blendDstOver,blendSrcIn,blendDstIn,blendSrcOut,blendDstOut,blendSrcAtop,blendDstAtop,blendXor,blendPlus,blendMultiply,blendScreen,blendOverlay,blendDarken,blendLighten,blendDodge,blendBurn,blendHardLight,blendSoftLight,blendDifference,blendExclusion,clear,noop,notSrcAnd,notSrcAndReverse,notSrcCopy,notSrcOr,notSrcOrReverse,notSrcXor,reverse,set,srcAnd,srcAndReverse,srcCopy,srcOr,srcOrReverse,srcXor,blend,addPin,addOver,subPin,transparent,adMin,addMax

notes/bugfix-20830.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Add `iconGravity` property to inspector

0 commit comments

Comments
 (0)