Format cleanup
This commit is contained in:
parent
113982db71
commit
69cba1203d
5 changed files with 5 additions and 7 deletions
|
@ -9,7 +9,6 @@ func Label(bounds rl.Rectangle, text string) {
|
|||
|
||||
// LabelEx - Label element extended, configurable colors
|
||||
func LabelEx(bounds rl.Rectangle, text string, textColor, border, inner rl.Color) {
|
||||
// Update control
|
||||
textHeight := GetStyle32(GlobalTextFontsize)
|
||||
textWidth := rl.MeasureText(text, textHeight)
|
||||
|
||||
|
|
|
@ -416,4 +416,3 @@ func GetStyle32(property Property) int32 {
|
|||
func GetStyleColor(property Property) rl.Color {
|
||||
return rl.GetColor(int32(style[property]))
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue