You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Widget borders can be passed to the :border property to create many border styles:
:border "Title" (creates a plain title border)
:border 10 (creates an empty 10 pixel border)
:border [10"Title"5] (compound empty/title/empty border)
:border (line-border:thickness3:color"#FF0000") (red,3 pixel border)
:border (line-border:top5:left5) (5 pixel black border on top and left)