mirror of
https://github.com/TimeCrafters/timecrafters_configuration_tool_desktop.git
synced 2025-12-16 05:42:35 +00:00
Redesigning TCT
This commit is contained in:
23
lib/pages/editor.rb
Normal file
23
lib/pages/editor.rb
Normal file
@@ -0,0 +1,23 @@
|
||||
module TAC
|
||||
class Pages
|
||||
class Editor < Page
|
||||
def setup
|
||||
header_bar("Editor")
|
||||
|
||||
body.clear do
|
||||
flow(width: 1.0, height: 1.0) do
|
||||
stack(width: 0.3333, height: 1.0) do
|
||||
background 0xff_550055
|
||||
end
|
||||
stack(width: 0.3333, height: 1.0) do
|
||||
background 0xff_555555
|
||||
end
|
||||
stack(width: 0.3333, height: 1.0) do
|
||||
background 0xff_55ff55
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user