Skip to content

Commit

Permalink
Improve description of menu demo to say that positions are for the an…
Browse files Browse the repository at this point in the history
…chor points of the menus and not the position of the icon on the page.
  • Loading branch information
jecisc committed Oct 11, 2019
1 parent 1ab2f77 commit bd8775e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Material-Design-Lite-Demo/MDLMenusScreen.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit bd8775e

Please sign in to comment.