Skip to content

Commit

Permalink
Fixed ugly column background color
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonia Heinen committed Jun 14, 2024
1 parent f44cc3e commit 4065ee0
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,5 @@ buildPluggablePasteUpMorph: aSpec

self setFrame: aSpec frame in: widget.
widget borderWidth: 0.
widget color: Color darkGray.
widget actionModel: aSpec model.
^ widget.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"class" : {
},
"instance" : {
"buildPluggablePasteUpMorph:" : "LW 7/14/2022 11:19",
"buildPluggablePasteUpMorph:" : "AH 6/14/2024 11:36",
"buildResizeScrollPane:" : "tk 8/2/2022 23:46",
"pasteUpClass" : "lo 5/26/2022 21:48",
"pasteUpSpec" : "lo 7/11/2022 21:00",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
initialization
applyUserInterfaceTheme

super applyUserInterfaceTheme.
self color: ((self userInterfaceTheme get: #uniformWindowColor for: Model) ifNil: [Color black]).
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
initialization
initialize

super initialize.
self applyUserInterfaceTheme.
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@
"acceptDroppingMorph:event:" : "lo 8/1/2022 15:10",
"actionModel" : "lo 8/1/2022 15:17",
"actionModel:" : "lo 8/1/2022 15:18",
"applyUserInterfaceTheme" : "AH 6/14/2024 11:34",
"dropped" : "lo 5/26/2022 23:03",
"dropped:" : "lo 8/1/2022 15:10",
"handlesMouseOver:" : "tk 7/30/2022 22:27",
"initialize" : "AH 6/14/2024 11:21",
"isColumn" : "lo 8/1/2022 14:51",
"reject" : "lo 5/26/2022 21:43",
"reject:" : "lo 8/1/2022 15:11",
Expand Down

0 comments on commit 4065ee0

Please sign in to comment.