-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(Somewhat) Big UI update: inspector textColor, onClose fixed, right s…
…ide fixed size
- Loading branch information
Aleksander Morgensterns
committed
Jun 13, 2024
1 parent
74ed34f
commit 6e60ebd
Showing
4 changed files
with
60 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
Class { | ||
#name : #GMTETileTray, | ||
#superclass : #AlignmentMorph, | ||
#category : #'GM-TE' | ||
} | ||
|
||
{ | ||
#category : #'as yet unclassified', | ||
#'squeak_changestamp' : 'Alex M 6/14/2024 01:19' | ||
} | ||
GMTETileTray >> initialize [ | ||
super initialize. | ||
self | ||
layoutInset: (10@10); | ||
cellInset: (10@10); | ||
listDirection: #leftToRight; | ||
wrapCentering: #center; | ||
hResizing: #spaceFill; vResizing: #spaceFill; | ||
color: Color transparent | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters