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),
|
size = guiCoord(0.55, -15, 1, 0),
|
||||||
position = guiCoord(0, 0, 0, 0),
|
position = guiCoord(0, 0, 0, 0),
|
||||||
fontSize = 18,
|
fontSize = 18,
|
||||||
backgroundAlpha = 1,
|
|
||||||
borderAlpha = 0,
|
|
||||||
text = v.property,
|
text = v.property,
|
||||||
align = enums.align.topRight
|
align = enums.align.topRight
|
||||||
}, "backgroundText")
|
}, "backgroundText")
|
||||||
|
|
|
@ -29,8 +29,8 @@ return {
|
||||||
text = text,
|
text = text,
|
||||||
fontSize = 16,
|
fontSize = 16,
|
||||||
align = enums.align.middle,
|
align = enums.align.middle,
|
||||||
borderRadius = 0,
|
borderRadius = 3,
|
||||||
borderAlpha = 1,
|
borderAlpha = 0.25,
|
||||||
zIndex = 5000,
|
zIndex = 5000,
|
||||||
handleEvents = false,
|
handleEvents = false,
|
||||||
visible = false
|
visible = false
|
||||||
|
@ -58,7 +58,7 @@ return {
|
||||||
local btn = create("guiFrame", parent, {
|
local btn = create("guiFrame", parent, {
|
||||||
size = size,
|
size = size,
|
||||||
position = position,
|
position = position,
|
||||||
borderRadius = 0,
|
borderRadius = 3,
|
||||||
hoverCursor = "fa:s-hand-pointer"
|
hoverCursor = "fa:s-hand-pointer"
|
||||||
}, theme)
|
}, theme)
|
||||||
|
|
||||||
|
@ -97,7 +97,7 @@ return {
|
||||||
name = "titleBar",
|
name = "titleBar",
|
||||||
position = guiCoord(0, -1, 0, -4),
|
position = guiCoord(0, -1, 0, -4),
|
||||||
size = guiCoord(1, 2, 0, 25),
|
size = guiCoord(1, 2, 0, 25),
|
||||||
borderRadius = 0,
|
borderRadius = 4,
|
||||||
hoverCursor = "fa:s-hand-pointer"
|
hoverCursor = "fa:s-hand-pointer"
|
||||||
}, themer.types.primary)
|
}, themer.types.primary)
|
||||||
|
|
||||||
|
@ -181,7 +181,7 @@ return {
|
||||||
size = guiCoord(0.4, 0, 0.4, 0),
|
size = guiCoord(0.4, 0, 0.4, 0),
|
||||||
position = guiCoord(0.3, 0, 0.3, 0),
|
position = guiCoord(0.3, 0, 0.3, 0),
|
||||||
cropChildren = false,
|
cropChildren = false,
|
||||||
borderRadius = 0,
|
borderRadius = 5,
|
||||||
handleEvents = false
|
handleEvents = false
|
||||||
}, themer.types.primary)
|
}, themer.types.primary)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue