mirror of
https://github.com/airstruck/luigi.git
synced 2026-01-10 08:18:22 +00:00
add menus
This commit is contained in:
@@ -25,6 +25,21 @@ return function (config)
|
||||
button_pressed = {
|
||||
slices = RESOURCE .. 'button_pressed.png',
|
||||
},
|
||||
menu = {
|
||||
height = 24,
|
||||
},
|
||||
['menu.item'] = {
|
||||
padding = 4,
|
||||
align = 'left middle',
|
||||
},
|
||||
['menu.item_active'] = {
|
||||
background = highlight,
|
||||
},
|
||||
submenu = {
|
||||
padding = 10,
|
||||
margin = -10,
|
||||
slices = RESOURCE .. 'submenu.png',
|
||||
},
|
||||
sash = {
|
||||
background = lineColor
|
||||
},
|
||||
@@ -46,7 +61,7 @@ return function (config)
|
||||
minwidth = 24,
|
||||
minheight = 24
|
||||
},
|
||||
progressInner = {
|
||||
['progress.bar'] = {
|
||||
slices = RESOURCE .. 'progress.png',
|
||||
padding = 0,
|
||||
minwidth = 12,
|
||||
|
||||
BIN
luigi/theme/light/submenu.png
Normal file
BIN
luigi/theme/light/submenu.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 786 B |
Reference in New Issue
Block a user