mirror of https://github.com/teverse/teverse
Compare commits
6 Commits
c6a68071d2
...
5393b77131
Author | SHA1 | Date |
---|---|---|
![]() |
5393b77131 | |
![]() |
5ab00b1a43 | |
![]() |
7e1895fd6a | |
![]() |
cdaa993ade | |
![]() |
adebd303a6 | |
![]() |
b341d889f6 |
|
@ -79,6 +79,8 @@ 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 = 3,
|
borderRadius = 0,
|
||||||
borderAlpha = 0.25,
|
borderAlpha = 1,
|
||||||
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 = 3,
|
borderRadius = 0,
|
||||||
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 = 4,
|
borderRadius = 0,
|
||||||
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 = 5,
|
borderRadius = 0,
|
||||||
handleEvents = false
|
handleEvents = false
|
||||||
}, themer.types.primary)
|
}, themer.types.primary)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue