Skip to content

Commit 96cc204

Browse files
committed
fixes ToInnerWindow>>installRawStyle to set the top bar background correctly
1 parent cffcbf9 commit 96cc204

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Toplo-Widget-InnerWindow/ToInnerWindow.class.st

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,9 +150,10 @@ ToInnerWindow >> installRawStyle [
150150
super installRawStyle.
151151

152152
self topBarElement
153+
background: (self valueOfTokenNamed: #'background-color');
153154
padding: (BlInsets top: 2 bottom: 1);
154155
outskirts: BlOutskirts inside;
155-
border: ( self valueOfTokenNamed: #'color-border')
156+
border: (self valueOfTokenNamed: #'color-border')
156157
]
157158

158159
{ #category : #'api - displaying' }

0 commit comments

Comments
 (0)