mirror of https://github.com/teverse/teverse
Compare commits
No commits in common. "5393b77131a783e4988614ad47163f06054805c9" and "c6a68071d2563b2d4a15038f985a144c3e035a86" have entirely different histories.
5393b77131
...
c6a68071d2
|
@ -79,8 +79,6 @@ function controller.generateProperties()
|
|||
size = guiCoord(0.55, -15, 1, 0),
|
||||
position = guiCoord(0, 0, 0, 0),
|
||||
fontSize = 18,
|
||||
backgroundAlpha = 1,
|
||||
borderAlpha = 0,
|
||||
text = v.property,
|
||||
align = enums.align.topRight
|
||||
}, "backgroundText")
|
||||
|
|
|
@ -29,8 +29,8 @@ return {
|
|||
text = text,
|
||||
fontSize = 16,
|
||||
align = enums.align.middle,
|
||||
borderRadius = 0,
|
||||
borderAlpha = 1,
|
||||
borderRadius = 3,
|
||||
borderAlpha = 0.25,
|
||||
zIndex = 5000,
|
||||
handleEvents = false,
|
||||
visible = false
|
||||
|
@ -58,7 +58,7 @@ return {
|
|||
local btn = create("guiFrame", parent, {
|
||||
size = size,
|
||||
position = position,
|
||||
borderRadius = 0,
|
||||
borderRadius = 3,
|
||||
hoverCursor = "fa:s-hand-pointer"
|
||||
}, theme)
|
||||
|
||||
|
@ -97,7 +97,7 @@ return {
|
|||
name = "titleBar",
|
||||
position = guiCoord(0, -1, 0, -4),
|
||||
size = guiCoord(1, 2, 0, 25),
|
||||
borderRadius = 0,
|
||||
borderRadius = 4,
|
||||
hoverCursor = "fa:s-hand-pointer"
|
||||
}, themer.types.primary)
|
||||
|
||||
|
@ -181,7 +181,7 @@ return {
|
|||
size = guiCoord(0.4, 0, 0.4, 0),
|
||||
position = guiCoord(0.3, 0, 0.3, 0),
|
||||
cropChildren = false,
|
||||
borderRadius = 0,
|
||||
borderRadius = 5,
|
||||
handleEvents = false
|
||||
}, themer.types.primary)
|
||||
|
||||
|
|
Loading…
Reference in New Issue