use rounded image corners (TODO: allow disabling this)

This commit is contained in:
Drew Weymouth
2025-11-15 10:35:17 -08:00
parent 9f399a447c
commit c14342eff8
14 changed files with 30 additions and 12 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ func NewListHeader(cols []ListColumn, layout *layouts.ColumnsLayout) *ListHeader
l.columnVisible[i] = true
}
rect := myTheme.NewThemedRectangle(myTheme.ColorNameListHeader)
rect.CornerRadiusName = theme.SizeNameSelectionRadius
rect.CornerRadius = theme.SelectionRadiusSize()
l.container = container.NewStack(rect, l.columnsContainer)
l.ExtendBaseWidget(l)
l.buildColumns()