Skip to content

Commit

Permalink
Merge pull request #1847 from hernanmd/p13_cut_morphic_dependency-cre…
Browse files Browse the repository at this point in the history
…dentials_sb

Cut setting Morphic dependency
  • Loading branch information
jecisc authored Oct 15, 2024
2 parents bd041b9 + 563f846 commit 275dd6c
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions Iceberg-TipUI/IceTipCredentialsSettings.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,10 @@ IceTipCredentialsSettings class >> editButtonState [
IceTipCredentialsSettings class >> settingsOn: aBuilder [
<systemsettings>

(aBuilder group: #EditCredentials)
(aBuilder button: #editButtonAction)
parent: #icebergCredentials;
noOrdering;
target: self;
label: 'Current list of credentials';
dialog: [
PluggableButtonMorph
on: self
getState: nil
action: #editButtonAction
label: #editButtonLabel ]
buttonLabel: self editButtonLabel
]

0 comments on commit 275dd6c

Please sign in to comment.