Skip to content

Commit

Permalink
Add account icon (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
felixrindt authored Jul 7, 2019
1 parent ce7dd6a commit aec0efa
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
constants
addUserIcon
"The 'user-plus' icon taken from https://fontawesome.com/icons/user-plus as 20@16.
Licensed under https://fontawesome.com/license."
^ Form fromBinaryStream: (Base64MimeConverter mimeDecodeToBytes:
'iVBORw0KGgoAAAANSUhEUgAAABQAAAAQCAYAAAAWGF8bAAAAzElEQVR4Xq2RMQrCQBBFcwyR
WOdqWqRIZZtCwc4DiOkNgRwg2uUi2hlUTCoFMf6FvxDC7oQsDrxidz6P3RnPUDOQgYbkIPAc
S8nuoO3xYG90ZQaZJnURNoKw/rfwaciH7IU2YS4ID4Z8zF5sEwZcQF92A34ntwBLULBf8Dy3
bTrlzGq+zO9lWgGnisAGlJSUPEc6MAUJqMAHHMGWnHinenswGZqhkl0GvtHl3JEat5yMkGl2
0jwqB+FVErYOfCXh20H4koTrkVKVXdlkPz8IoEMpApVWAAAAAElFTkSuQmCC' readStream)
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ buildAddAccountButton: builder
^ builder pluggableButtonSpec new
model: self;
frame: (0.8 @ 0 corner: 1 @ 0.05);
label: '+';
action: #addAccountButton
label: ICFolderDialog addUserIcon;
action: #createAccount
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
accountManagment
addAccountButton
createAccount

ICLoginDialog open: self
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"class" : {
"addUserIcon" : "fr 7/7/2019 10:43",
"install" : "pm 5/24/2019 14:28",
"open" : "DH 7/19/2018 18:21" },
"instance" : {
"accountsComplete" : "pm 6/3/2019 18:47",
"addAccount:" : "pm 6/19/2019 14:29",
"addAccountButton" : "C.G. 6/26/2018 11:04",
"addPasswordToCollection:" : "C.G. 6/26/2018 11:05",
"buildAddAccountButton:" : "ok 6/20/2019 12:18",
"buildAddAccountButton:" : "fr 7/7/2019 10:15",
"buildEmailButton:" : "ok 6/20/2019 12:18",
"buildEmailList:" : "pm 6/26/2019 14:31",
"buildEmailSearch:" : "pm 6/26/2019 14:43",
Expand All @@ -21,6 +21,7 @@
"changeFilter:" : "lvm 7/3/2018 15:50",
"childFolders" : "C.G. 7/25/2018 14:16",
"closeConnection" : "C.G. 6/21/2018 00:19",
"createAccount" : "fr 7/7/2019 09:59",
"currentRemoteVatId" : "dl 6/23/2017 12:30",
"defaultBackgroundColor" : "C.G. 7/25/2018 14:16",
"deleteAccountButton:" : "pm 6/19/2019 14:52",
Expand Down

0 comments on commit aec0efa

Please sign in to comment.