8000 changing fix it attribute to fit contents for description · feenkcom/gtoolkit-coder@9a9a353 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Commit 9a9a353

Browse files
committed
changing fix it attribute to fit contents for description
1 parent de0c2b7 commit 9a9a353

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/GToolkit-Coder-AddOns/GtFixItAttribute.class.st

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ GtFixItAttribute >> computeDescriptionTextInEditorElement: anEditorElement forFi
3838
foreground: BrGlamorousColors disabledButtonTextColor.
3939

4040
^ BrEditor new
41-
vFitContent;
41+
fitContent;
4242
aptitude: BrGlamorousRegularEditorAptitude new
4343
glamorousCodeSmallSize;
4444
text: text.
@@ -110,10 +110,6 @@ GtFixItAttribute >> dropDownElementFor: anEditorElement [
110110
labelText := self
111111
computeDescriptionTextInEditorElement: anEditorElement
112112
forFixItActions: computedFixItActions.
113-
114-
menuItems isEmpty
115-
ifTrue: [ labelText width: 200 ]
116-
ifFalse: [ labelText hMatchParent ].
117113

118114
pane addChild: labelText ].
119115

0 commit comments

Comments
 (0)
0