Skip to content

Commit

Permalink
[core] space respects theme background, Live presentaion is first one…
Browse files Browse the repository at this point in the history
… before raw
  • Loading branch information
syrel committed Nov 9, 2017
1 parent 0b61df4 commit b29cabb
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
instance creation
with: aCollectionOfAnimations
<return: #BlCompositeAnimation>

^ self new addAll: aCollectionOfAnimations
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
*Bloc-Extensions
gtInspectorLiveIn: composite
<gtInspectorPresentationOrder: 15>
<gtInspectorPresentationOrder: 5>

composite bloc
title: 'Live' translated;
Expand Down
4 changes: 2 additions & 2 deletions src/Bloc.package/BlSpace.class/instance/defaultRoot.st
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
accessing
initialization
defaultRoot
^ BlElement new
space: self;
background:(BlBackground paint: Color white);
background: self defaultRootBackground;
yourself
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
initialization
defaultRootBackground
^ Smalltalk ui theme backgroundColor

0 comments on commit b29cabb

Please sign in to comment.