Created showNotesAction and ShowPunchcardAction
This commit is contained in:
@ -25,7 +25,7 @@ application(title:'TimeStamper',
|
||||
label("00:00:00", constraints: 'align leading',
|
||||
font: timeFont, foreground: [0, 102, 102])
|
||||
|
||||
panel( constraints: 'alignx trailing, aligny top, wrap') {
|
||||
panel(constraints: 'alignx trailing, aligny top, wrap') {
|
||||
boxLayout(axis: BoxLayout.X_AXIS)
|
||||
button(toolsMenuAction,
|
||||
icon: imageIcon('/16-tool-a.png'),
|
||||
@ -45,9 +45,10 @@ application(title:'TimeStamper',
|
||||
|
||||
panel(constraints: 'alignx leading, aligny top, gapright 5px, wrap') {
|
||||
boxLayout(axis: BoxLayout.X_AXIS)
|
||||
toggleButton(icon: imageIcon('/16-em-pencil.png'),
|
||||
toggleButton(showNotesAction, icon: imageIcon('/16-em-pencil.png'),
|
||||
border: emptyBorder(4))
|
||||
toggleButton(icon: imageIcon('/16-file-archive.png'),
|
||||
toggleButton(showPunchcardAction,
|
||||
icon: imageIcon('/16-file-archive.png'),
|
||||
border: emptyBorder(4))
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user