Skip to content

Commit

Permalink
Merge pull request #201 from hpi-swa-lab/fig-startup-add-dockingbar
Browse files Browse the repository at this point in the history
Add docking bar to startup figure
  • Loading branch information
LinqLover authored Jun 20, 2023
2 parents fc5a402 + 3a45b22 commit 7f7e2cc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions QuickTour/QuickTour.tex
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,10 @@ \section{Getting started}
%-----------------------------------------------------------------
\begin{ExecuteSmalltalkScript}
SBEScreenshotRecorder writeTo: './figures/startup.png' frame: #fullScreen building: [:helper |
| balloon |
| balloon dockingBar |
helper world
color: (Color gray: 15 / 16); "Think green & save ink"
extent: 800 px @ 450 px.
extent: 900 px @ 450 px.
balloon := (Form fromFileNamed: (helper resourceDirectory
/ 'branding' / 'balloon.png') fullName)
magnifyBy: RealEstateAgent scaleFactor.
Expand All @@ -113,6 +113,8 @@ \section{Getting started}
center: helper world center.
PreferenceWizardMorph open.
self flag: #sq60 "ct: After Objectland has been merged into Trunk, simplify this call and don't ask PreferenceWizardMorph".
dockingBar := TheWorldMainDockingBar new createDockingBar.
helper world addMorph: dockingBar.
]
\end{ExecuteSmalltalkScript}
\begin{figure}[htb]
Expand Down

0 comments on commit 7f7e2cc

Please sign in to comment.