mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2026-01-01 05:01:40 +09:00
Testing With Tab As imange
This commit is contained in:
@@ -88,7 +88,8 @@ function center._center:draw(frame)
|
|||||||
local tab = frame.add{
|
local tab = frame.add{
|
||||||
type ='frame',
|
type ='frame',
|
||||||
name='tab',
|
name='tab',
|
||||||
direction='vertical'
|
direction='vertical',
|
||||||
|
style = 'image_frame'
|
||||||
}
|
}
|
||||||
tab.style.width = 510
|
tab.style.width = 510
|
||||||
local tab_scroll = tab.add{
|
local tab_scroll = tab.add{
|
||||||
|
|||||||
Reference in New Issue
Block a user