mirror of
https://github.com/airstruck/luigi.git
synced 2026-01-10 08:18:22 +00:00
add progress bar
This commit is contained in:
@@ -42,10 +42,18 @@ return function (config)
|
||||
slices = RESOURCE .. 'button_pressed.png',
|
||||
padding = 0,
|
||||
},
|
||||
progress = {
|
||||
slices = RESOURCE .. 'button_pressed.png',
|
||||
padding = 0,
|
||||
},
|
||||
progressInner = {
|
||||
slices = RESOURCE .. 'progress.png',
|
||||
padding = 0,
|
||||
minimumWidth = 12,
|
||||
},
|
||||
slider_hovered = {
|
||||
},
|
||||
stepper = {
|
||||
type = 'panel',
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
BIN
luigi/theme/light/button_disabled.png
Normal file
BIN
luigi/theme/light/button_disabled.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 534 B |
Binary file not shown.
|
Before Width: | Height: | Size: 507 B After Width: | Height: | Size: 495 B |
Binary file not shown.
BIN
luigi/theme/light/progress.png
Normal file
BIN
luigi/theme/light/progress.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 388 B |
Reference in New Issue
Block a user