mirror of
https://github.com/cyberarm/cyberarm_engine.git
synced 2025-12-16 13:12:34 +00:00
Commented theme hierarchy
This commit is contained in:
@@ -43,7 +43,7 @@ module CyberarmEngine
|
|||||||
border_radius: 0,
|
border_radius: 0,
|
||||||
},
|
},
|
||||||
|
|
||||||
Button: {
|
Button: { # < Label
|
||||||
margin: 1,
|
margin: 1,
|
||||||
padding: 4,
|
padding: 4,
|
||||||
border_thickness: 4,
|
border_thickness: 4,
|
||||||
@@ -62,7 +62,7 @@ module CyberarmEngine
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
EditLine: {
|
EditLine: { # < Button
|
||||||
type: :text,
|
type: :text,
|
||||||
width: 200,
|
width: 200,
|
||||||
password_character: "•",
|
password_character: "•",
|
||||||
@@ -75,7 +75,7 @@ module CyberarmEngine
|
|||||||
retro: false
|
retro: false
|
||||||
},
|
},
|
||||||
|
|
||||||
Label: {
|
Label: { # < Element
|
||||||
text_size: 28,
|
text_size: 28,
|
||||||
text_shadow: false,
|
text_shadow: false,
|
||||||
font: "Arial",
|
font: "Arial",
|
||||||
@@ -83,7 +83,7 @@ module CyberarmEngine
|
|||||||
padding: 2
|
padding: 2
|
||||||
},
|
},
|
||||||
|
|
||||||
ToggleButton: {
|
ToggleButton: { # < Button
|
||||||
checkmark: "√"
|
checkmark: "√"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user