We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed4f66b commit abbdfa1Copy full SHA for abbdfa1
src/PythonBridge-Pharo/PBNewPharoPipenvProcess.class.st
@@ -176,7 +176,7 @@ PBNewPharoPipenvProcess >> gtViewInstalledModulesIn: composite [
176
column: #name text: [ :each | each at: #package_name ];
177
column: #version text: [ :each | each at: #installed_version ];
178
actionStencil: [ :aTab | | aptitude |
179
- aptitude := BrGlamorousWithDropdownAptitude
+ aptitude := BrGlamorousWithExplicitDropdownAptitude
180
handle: [
181
BrButton new
182
aptitude: BrGlamorousButtonWithIconAptitude;
0 commit comments