Author Topic: SE2008: Tools window resize does not propogate to some child controls  (Read 3546 times)

PouncingPanda

  • Community Member
  • Posts: 74
  • Hero Points: 2
Go to Tools->Options
Increase the size of the dialog significantly.
Go to Languages->Lua->Color Coding. 

Problem: The tabbed pages have not resized and som of the buttons (Import, Colors...) have not moved to more intelligent locations based on the new size of the dialog.

Sandra

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 754
  • Hero Points: 36
You're right in that not all of the panels displayed in the Options Dialog have smart resizing.  Many of them are just individual options forms from previous versions that got sucked into the Options Dialog.  Some of them will probably get smarter as we go along and add resizing code.  Some of them will probably never have this code added. 

Even if you resized the tab control on the Color Coding dialog, you then have the same problem of how to fill up more space with the same number of controls.  Maybe the whitespace would look better inside the tab control rather than outside of it, but I think if you made a huge tab control with lots of whitespace inside of it, the Import and Colors buttons would get lost all by themselves at the bottom.

Eh, it's probably six of one, half a dozen of the other...

PouncingPanda

  • Community Member
  • Posts: 74
  • Hero Points: 2
I understand the dilemma.  For this particular tab there is a combo box (list of keywords) that could benefit from resizing I think, should I have a vote in the matter ;)