From dbf5150509d210fa2c1d9595e39098a3781f6db3 Mon Sep 17 00:00:00 2001 From: Tomas Sardyha Date: Wed, 6 May 2020 12:53:50 +0200 Subject: [PATCH] Correct default option discrepancies --- README.md | 6 +++--- uosc.conf | 6 +++--- uosc.lua | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 681458f..2a10886 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ chapters_opacity=0.3 # where to display volume controls: none, left, right volume=right volume_size=40 -volume_size_fullscreen=40 +volume_size_fullscreen=60 volume_opacity=0.8 volume_border=1 volume_step=1 @@ -98,8 +98,8 @@ speed_font_scale=1 speed_flash=yes # controls all menus, such as context menu, subtitle loader/selector, etc -menu_item_height=30 -menu_item_height_fullscreen=45 +menu_item_height=36 +menu_item_height_fullscreen=50 menu_opacity=0.8 menu_font_scale=1 diff --git a/uosc.conf b/uosc.conf index 94b212a..3db47c2 100644 --- a/uosc.conf +++ b/uosc.conf @@ -29,7 +29,7 @@ chapters_opacity=0.3 # where to display volume controls: none, left, right volume=right volume_size=40 -volume_size_fullscreen=40 +volume_size_fullscreen=60 volume_opacity=0.8 volume_border=1 volume_step=1 @@ -46,8 +46,8 @@ speed_font_scale=1 speed_flash=yes # controls all menus, such as context menu, subtitle loader/selector, etc -menu_item_height=30 -menu_item_height_fullscreen=45 +menu_item_height=36 +menu_item_height_fullscreen=50 menu_opacity=0.8 menu_font_scale=1 diff --git a/uosc.lua b/uosc.lua index a2e7cdf..0f3f2cb 100644 --- a/uosc.lua +++ b/uosc.lua @@ -50,7 +50,7 @@ chapters_opacity=0.3 # where to display volume controls: none, left, right volume=right volume_size=40 -volume_size_fullscreen=40 +volume_size_fullscreen=60 volume_opacity=0.8 volume_border=1 volume_step=1 @@ -67,8 +67,8 @@ speed_font_scale=1 speed_flash=yes # controls all menus, such as context menu, subtitle loader/selector, etc -menu_item_height=30 -menu_item_height_fullscreen=45 +menu_item_height=36 +menu_item_height_fullscreen=50 menu_opacity=0.8 menu_font_scale=1