tweak border
Ou Junhui [08-17-21 - 13:47]
diff --git a/rBag/init.lua b/rBag/init.lua
index f00dfc1..9334b4c 100644
--- a/rBag/init.lua
+++ b/rBag/init.lua
@@ -16,10 +16,10 @@ local copyTable = rLib.CopyTable
--load the default button theme
local soltButtonConfig = copyTable(rButtonTemplate_Zork_ActionButtonConfig)
-soltButtonConfig.backdrop.edgeSize = 1
+soltButtonConfig.backdrop.edgeSize = 2
soltButtonConfig.backdrop.tileSize = 16
-soltButtonConfig.backdrop.insets = {left=1,right=1,top=1,bottom=1}
-soltButtonConfig.backdrop.points = {{"TOPLEFT",0,0},{"BOTTOMRIGHT",0,0}}
+soltButtonConfig.backdrop.insets = {left=2,right=2,top=2,bottom=2}
+soltButtonConfig.backdrop.points = {{"TOPLEFT",-1,1},{"BOTTOMRIGHT",1,-1}}
soltButtonConfig.border.alpha = 0
soltButtonConfig.normalTexture.file = ""