For some reason I can't move the close button lower without it cutting off. Does anyone have any tips or ideas one why this is?
Â
Â
Here is the section in InventoryWindow.json:
"CloseButton": {
  "Bounds": "188,6,26,25",
  "Padding": "3,6,0,0",
  "AlignmentEdgeDistances": "0,0,6,-10",
  "AlignmentTransform": "0,0",
  "Margin": "0,0,0,0",
  "RenderColor": "200,150,150,150",
  "Alignments": "Top,Right",
  "DrawBackground": true,
  "MinimumSize": "1,1",
  "MaximumSize": "30,30",
  "Disabled": false,
  "Hidden": false,
  "RestrictToParent": true,
  "MouseInputEnabled": true,
  "HideToolTip": false,
  "ToolTipBackground": null,
  "ToolTipFont": null,
  "ToolTipTextColor": "",
  "TextColor": "0,255,255,255",
  "HoveredTextColor": "",
  "ClickedTextColor": "",
  "DisabledTextColor": "255,90,90,90",
  "TextAlign": "Center",
  "TextPadding": "3,3,3,3",
  "AutoSizeToContents": false,
  "Font": "arial,10",
  "TextScale": 1.0,
  "NormalImage": "closenormal.png",
  "HoveredImage": "closehover.png",
  "ClickedImage": "closeclicked.png",
  "DisabledImage": "",
  "CenterImage": false,
  "HoverSound": "octave-tap-resonant.wav",
  "MouseUpSound": "",
  "MouseDownSound": "octave-tap-warm.wav",
  "ClickSound": ""
 },
Question
Tron
For some reason I can't move the close button lower without it cutting off. Does anyone have any tips or ideas one why this is?
Â
Â
Here is the section in InventoryWindow.json:
"CloseButton": {
  "Bounds": "188,6,26,25",
  "Padding": "3,6,0,0",
  "AlignmentEdgeDistances": "0,0,6,-10",
  "AlignmentTransform": "0,0",
  "Margin": "0,0,0,0",
  "RenderColor": "200,150,150,150",
  "Alignments": "Top,Right",
  "DrawBackground": true,
  "MinimumSize": "1,1",
  "MaximumSize": "30,30",
  "Disabled": false,
  "Hidden": false,
  "RestrictToParent": true,
  "MouseInputEnabled": true,
  "HideToolTip": false,
  "ToolTipBackground": null,
  "ToolTipFont": null,
  "ToolTipTextColor": "",
  "TextColor": "0,255,255,255",
  "HoveredTextColor": "",
  "ClickedTextColor": "",
  "DisabledTextColor": "255,90,90,90",
  "TextAlign": "Center",
  "TextPadding": "3,3,3,3",
  "AutoSizeToContents": false,
  "Font": "arial,10",
  "TextScale": 1.0,
  "NormalImage": "closenormal.png",
  "HoveredImage": "closehover.png",
  "ClickedImage": "closeclicked.png",
  "DisabledImage": "",
  "CenterImage": false,
  "HoverSound": "octave-tap-resonant.wav",
  "MouseUpSound": "",
  "MouseDownSound": "octave-tap-warm.wav",
  "ClickSound": ""
 },
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now