We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cffcbf9 commit 96cc204Copy full SHA for 96cc204
src/Toplo-Widget-InnerWindow/ToInnerWindow.class.st
@@ -150,9 +150,10 @@ ToInnerWindow >> installRawStyle [
150
super installRawStyle.
151
152
self topBarElement
153
+ background: (self valueOfTokenNamed: #'background-color');
154
padding: (BlInsets top: 2 bottom: 1);
155
outskirts: BlOutskirts inside;
- border: ( self valueOfTokenNamed: #'color-border')
156
+ border: (self valueOfTokenNamed: #'color-border')
157
]
158
159
{ #category : #'api - displaying' }
0 commit comments