From bd8775ee049cb8d5785365ff18fe9a4b7416f5ed Mon Sep 17 00:00:00 2001 From: CyrilFerlicot Date: Fri, 11 Oct 2019 11:24:42 +0200 Subject: [PATCH] Improve description of menu demo to say that positions are for the anchor points of the menus and not the position of the icon on the page. --- src/Material-Design-Lite-Demo/MDLMenusScreen.class.st | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Material-Design-Lite-Demo/MDLMenusScreen.class.st b/src/Material-Design-Lite-Demo/MDLMenusScreen.class.st index c78b79aa..d2e09155 100644 --- a/src/Material-Design-Lite-Demo/MDLMenusScreen.class.st +++ b/src/Material-Design-Lite-Demo/MDLMenusScreen.class.st @@ -4,12 +4,12 @@ I'm representing the menu components screen Class { #name : #MDLMenusScreen, #superclass : #MDLComponentDemo, - #category : 'Material-Design-Lite-Demo-Components' + #category : #'Material-Design-Lite-Demo-Components' } { #category : #accessing } MDLMenusScreen class >> description [ - ^ 'Lists of clickable actions.' + ^ 'Lists of clickable actions. Those menus are anchored to elements and can have their anchor point specified.' ] { #category : #accessing }