Skip to content

Commit

Permalink
Remove empty width class and update references
Browse files Browse the repository at this point in the history
  • Loading branch information
refactoringdr committed Jul 17, 2024
1 parent a177f18 commit 2e9d1d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ GtRemotePhlowColumn >> localBackgroundComputation [
{ #category : #'*GToolkit-RemoteGt-LocalPhlow' }
GtRemotePhlowColumn >> localCellWidth [
^ self cellWidth
ifNil: [ GtPhlowColumnProportionalWidth new ]
ifNil: [ BrColumnProportionalWidth new ]
ifNotNil: [ :aValue |
BrColumnFixedWidth new
width: aValue ]
Expand Down

0 comments on commit 2e9d1d7

Please sign in to comment.