Remove input field borders
This commit is contained in:
parent
efa8feaf46
commit
58fd1e1025
|
|
@ -97,7 +97,7 @@ func (m *MonoTheme) Size(name fyne.ThemeSizeName) float32 {
|
||||||
case theme.SizeNameSubHeadingText:
|
case theme.SizeNameSubHeadingText:
|
||||||
return 17 // Increased from default 16
|
return 17 // Increased from default 16
|
||||||
case theme.SizeNameInputBorder:
|
case theme.SizeNameInputBorder:
|
||||||
return 2 // Keep default
|
return 0 // Remove input borders for cleaner fields
|
||||||
}
|
}
|
||||||
return theme.DefaultTheme().Size(name)
|
return theme.DefaultTheme().Size(name)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user