#4017 closed defect (wontfix)
OMEdit: Options dialog: minor visual optimization
Reported by: | Jan Kokert | Owned by: | Adeel Asghar |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | OMEdit | Version: | v1.11.0 |
Keywords: | Cc: |
Description
When I open tools->options, I see on both treeview (left) and details (right) horizontal scrollbars which are not needed. Making the window a little bit wider should fix this issue.
Further there is a little question mark next to the red closing button. But it dose not have any function. Probably it is better to deactivate (uncomment) this part until the function is implemented.
Change History (2)
comment:1 by , 8 years ago
Milestone: | Future → 1.10.0 |
---|---|
Resolution: | → wontfix |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
The scroll-bars are there to support smaller screens. If you want to get rid of the scroll-bars then choose
Tools->Options->General->Preserve Users's GUI Customizations
and then resize the dialog until the scroll-bars disappear and then pressOK
. The next time you open the Options Dialog it will be shown without scroll-bars in the size you set it.It's a standard Qt dialog style. I can remove it but then I have to remove it from all the dialogs of the GUI to keep things consistent.