8000 Merge 9a9a353d8f3b87c057312d82345691b1151dbb2f · feenkcom/gtoolkit-coder@8a42d21 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Commit 8a42d21

Browse files
committed
Merge 9a9a353
2 parents 0aa8fbc + 9a9a353 commit 8a42d21

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