mirror of
https://github.com/DustinBrett/daedalOS.git
synced 2026-01-15 12:15:02 +00:00
Tweaked titlebar icon margins
This commit is contained in:
@@ -6,7 +6,7 @@ const rndDefaults = {
|
||||
dragHandleClassName: 'handle',
|
||||
enableUserSelectHack: false,
|
||||
minHeight: '30px',
|
||||
minWidth: '170px',
|
||||
minWidth: '168px',
|
||||
resizeHandleStyles: <HandleStyles>{
|
||||
bottom: {
|
||||
bottom: '-3px',
|
||||
|
||||
@@ -36,7 +36,7 @@ const sizes = {
|
||||
buttonWidth: '45px',
|
||||
fontSize: '12px',
|
||||
height: '30px',
|
||||
iconMargin: '0 8px',
|
||||
iconMargin: '0 6px 0 8px',
|
||||
iconSize: '16px'
|
||||
},
|
||||
window: {
|
||||
|
||||
Reference in New Issue
Block a user