8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0aa8fbc + 9a9a353 commit 8a42d21Copy full SHA for 8a42d21
src/GToolkit-Coder-AddOns/GtFixItAttribute.class.st
@@ -38,7 +38,7 @@ GtFixItAttribute >> computeDescriptionTextInEditorElement: anEditorElement forFi
38
foreground: BrGlamorousColors disabledButtonTextColor.
39
40
^ BrEditor new
41
- vFitContent;
+ fitContent;
42
aptitude: BrGlamorousRegularEditorAptitude new
43
glamorousCodeSmallSize;
44
text: text.
@@ -110,10 +110,6 @@ GtFixItAttribute >> dropDownElementFor: anEditorElement [
110
labelText := self
111
computeDescriptionTextInEditorElement: anEditorElement
112
forFixItActions: computedFixItActions.
113
-
114
- menuItems isEmpty
115
- ifTrue: [ labelText width: 200 ]
116
- ifFalse: [ labelText hMatchParent ].
117
118
pane addChild: labelText ].
119
0 commit comments