Skip to content

Commit

Permalink
Added border to labels
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonia Heinen committed Jul 11, 2024
1 parent c73a3f7 commit 36c0162
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ initialization
applyUserInterfaceTheme

super applyUserInterfaceTheme.
self font: (self userInterfaceTheme get: #font for: PluggableButtonMorph).
self font: (self userInterfaceTheme get: #font for: PluggableButtonMorph).
self borderWidth: (self userInterfaceTheme get: #borderWidth for: PluggableButtonMorph).
self borderColor: (self userInterfaceTheme get: #color for: PluggableButtonMorph) makeForegroundColor.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"class" : {
"createFromLabel:" : "AH 6/22/2024 15:59" },
"instance" : {
"applyUserInterfaceTheme" : "AH 6/20/2024 23:12",
"applyUserInterfaceTheme" : "AH 7/11/2024 14:57",
"defaultCornerRadius" : "AH 6/22/2024 16:02",
"initialize" : "AH 6/22/2024 16:02",
"padding" : "AH 6/22/2024 16:02" } }

0 comments on commit 36c0162

Please sign in to comment.