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

Commit c4638bf

Browse files
Merge pull request #2157 from BerndN/patch-18
[[ Bug 23221 ]] Show names in SVG Icon Picker in Properties Inspector
2 parents 74a3d40 + 38f7cee commit c4638bf

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Toolset/palettes/inspector/editors/com.livecode.pi.svgiconfilter.behavior.livecodescript

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ on preOpenStack
33
set the text of field "FilterText" to "Search"
44
set the filterString of widget "iconList" of me to empty
55
set the showSelectedElement of widget "iconList" of me to false
6-
set the iconSize of widget "iconList" of me to 45
6+
set the iconSize of widget "iconList" of me to 55
7+
set the showNames of widget "iconList" of me to true
78
set the selectedIcon of widget "iconList" of me to the dialogData
89

910
set the behavior of me to the long id of stack "com.livecode.pi.svgiconfilter.behavior"

notes/bugfix-23221.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Enable show names in svgIconPicker when used in Properties Inspector

0 commit comments

Comments
 (0)