tweak: bumped default border_radius from 2 to 4

Just trying to match other UIs in the world that use bigger radius (mac, win, gnome).
This commit is contained in:
tomasklaen
2023-10-23 23:53:12 +02:00
parent 96685b59fe
commit 18e81c27f4
2 changed files with 2 additions and 2 deletions

View File

@@ -147,7 +147,7 @@ font_scale=1
# Border of text and icons when drawn directly on top of video
text_border=1.2
# Border radius of buttons, menus, and all other rectangles
border_radius=2
border_radius=4
# A comma delimited list of color overrides in RGB HEX format.
# Defaults: foreground=ffffff,foreground_text=000000,background=000000,background_text=ffffff,curtain=111111,
# success=a5e075,error=ff616e

View File

@@ -67,7 +67,7 @@ defaults = {
scale_fullscreen = 1.3,
font_scale = 1,
text_border = 1.2,
border_radius = 2,
border_radius = 4,
color = '',
opacity = '',
animation_duration = 100,