mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-31 04:51:40 +09:00
Merge branch 'wip' into testing
This commit is contained in:
@@ -76,7 +76,7 @@ function center._center:draw(frame)
|
|||||||
vertical_scroll_policy='never'
|
vertical_scroll_policy='never'
|
||||||
}
|
}
|
||||||
tab_bar_scroll.style.minimal_height = 40
|
tab_bar_scroll.style.minimal_height = 40
|
||||||
tab_bar_scroll.style.width = 490
|
tab_bar_scroll.style.width = 480
|
||||||
local tab_bar_scroll_flow = tab_bar_scroll.add{
|
local tab_bar_scroll_flow = tab_bar_scroll.add{
|
||||||
type='flow',
|
type='flow',
|
||||||
name='tab_bar_scroll_flow',
|
name='tab_bar_scroll_flow',
|
||||||
@@ -96,7 +96,7 @@ function center._center:draw(frame)
|
|||||||
vertical_scroll_policy='auto'
|
vertical_scroll_policy='auto'
|
||||||
}
|
}
|
||||||
tab_scroll.style.height = 300
|
tab_scroll.style.height = 300
|
||||||
tab_scroll.style.width = 480
|
tab_scroll.style.width = 475
|
||||||
Gui.bar(frame,500)
|
Gui.bar(frame,500)
|
||||||
local first_tab = nil
|
local first_tab = nil
|
||||||
for name,button in pairs(self.tabs) do
|
for name,button in pairs(self.tabs) do
|
||||||
|
|||||||
Reference in New Issue
Block a user