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

Commit 5616a16

Browse files
BerndNlivecodepanos
authored andcommitted
[Bug 22443] PB align widget "icon" with connectors (#2103)
* [Bug 22443] PB align widget "icon" with connectors * Update revideprojectbrowsercontrolrowbehavior.livecodescript * Update revideprojectbrowsergrouprowbehavior.livecodescript * Update revideprojectbrowserlibraryrowbehavior.livecodescript * Update revideprojectbrowsersectionrowbehavior.livecodescript * Create bugfix-22443.md * Update bugfix-22443.md
1 parent 7979fcd commit 5616a16

6 files changed

+6
-5
lines changed

Toolset/palettes/project browser/behaviors/revideprojectbrowsercontainerrowbehavior.livecodescript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ command connectorResize pControl
485485
set the width of group pControl of me to 20
486486
set the top of group pControl of me to the top of me
487487

488-
set the width of widget "icon" of group pControl of me to 12
488+
set the width of widget "icon" of group pControl of me to 13
489489
set the height of widget "icon" of group pControl of me to the width of widget "icon" of group pControl of me
490490
set the loc of widget "icon" of group pControl of me to the loc of group pControl of me
491491
end connectorResize

Toolset/palettes/project browser/behaviors/revideprojectbrowsercontrolrowbehavior.livecodescript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ command connectorResize pControl
435435
set the width of group pControl of me to 20
436436
set the top of group pControl of me to the top of me
437437

438-
set the width of widget "icon" of group pControl of me to 12
438+
set the width of widget "icon" of group pControl of me to 13
439439
set the height of widget "icon" of group pControl of me to the width of widget "icon" of group pControl of me
440440
set the loc of widget "icon" of group pControl of me to the loc of group pControl of me
441441
end connectorResize

Toolset/palettes/project browser/behaviors/revideprojectbrowsergrouprowbehavior.livecodescript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ command connectorResize pControl
464464
set the width of group pControl of me to 20
465465
set the top of group pControl of me to the top of me
466466

467-
set the width of widget "icon" of group pControl of me to 12
467+
set the width of widget "icon" of group pControl of me to 13
468468
set the height of widget "icon" of group pControl of me to the width of widget "icon" of group pControl of me
469469
set the loc of widget "icon" of group pControl of me to the loc of group pControl of me
470470
end connectorResize

Toolset/palettes/project browser/behaviors/revideprojectbrowserlibraryrowbehavior.livecodescript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ command connectorResize pControl
151151
set the width of group pControl of me to 20
152152
set the top of group pControl of me to the top of me
153153

154-
set the width of widget "icon" of group pControl of me to 12
154+
set the width of widget "icon" of group pControl of me to 13
155155
set the height of widget "icon" of group pControl of me to the width of widget "icon" of group pControl of me
156156
set the loc of widget "icon" of group pControl of me to the loc of group pControl of me
157157
end connectorResize

Toolset/palettes/project browser/behaviors/revideprojectbrowsersectionrowbehavior.livecodescript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ command connectorResize pControl
117117
set the width of group pControl of me to 20
118118
set the top of group pControl of me to the top of me
119119

120-
set the width of widget "icon" of group pControl of me to 12
120+
set the width of widget "icon" of group pControl of me to 13
121121
set the height of widget "icon" of group pControl of me to the width of widget "icon" of group pControl of me
122122
set the loc of widget "icon" of group pControl of me to the loc of group pControl of me
123123
end connectorResize

notes/bugfix-22443.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Align widget "icon" with connectors in Project Browser

0 commit comments

Comments
 (0)