Tweaked titlebar icon margins

This commit is contained in:
Dustin Brett
2021-04-24 23:41:25 -07:00
parent b10924f5f4
commit bc2e86975e
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ const rndDefaults = {
dragHandleClassName: 'handle',
enableUserSelectHack: false,
minHeight: '30px',
minWidth: '170px',
minWidth: '168px',
resizeHandleStyles: <HandleStyles>{
bottom: {
bottom: '-3px',

View File

@@ -36,7 +36,7 @@ const sizes = {
buttonWidth: '45px',
fontSize: '12px',
height: '30px',
iconMargin: '0 8px',
iconMargin: '0 6px 0 8px',
iconSize: '16px'
},
window: {