adventuregamestudio / ags

AGS editor and engine source code
Other
707 stars 159 forks source link

Editor: fix global variables and text parser pane scaling #2466

Closed ericoporto closed 4 months ago

ericoporto commented 4 months ago

prevents text from being cut vertically, both panes are very similar (a group with a label and a control), so I just used docking at top for label and fill for the main control.

this is a minimal fix part of #2087

ivan-mogilko commented 4 months ago

Is it possible to increase the top label's height and maybe add some padding to these controls? Right now they look bit too close to each other and frame borders: globalvariables-narrow

ericoporto commented 4 months ago

Adjusted it slightly, it looks like this to me

image