Skip to content

Commit

Permalink
Cut IceTipCredentialsSettings class>>#settingsOn: dependency on Morph…
Browse files Browse the repository at this point in the history
…ic (for new SettingBrowser)
  • Loading branch information
Hernán Morales Durand committed Oct 14, 2024
1 parent bd041b9 commit 563f846
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 563f846

Please sign in to comment.