Bug #504
QtfDlgEditor shoud be sizeable and zoomable
| Status: | Approved | Start date: | 08/30/2013 | |
|---|---|---|---|---|
| Priority: | Low | Due date: | ||
| Assignee: | Zbigniew Rebacz | % Done: | 0% | |
| Category: | IDE | Spent time: | - | |
| Target version: | - |
Description
Om my machine (Kubuntu 13.04 - Multi monitor mode) QtfDlgEditor size is unnaturaly huge. Personally, I think each user should decide how big is his windows size (In this case!).
QtfDlgEditor::QtfDlgEditor()
{
Add(editor.SizePos());
Rect r = GetWorkArea();
Sizeable().Zoomable();
SetRect(0, 0, r.GetWidth() - 100, r.GetHeight() - 100);
SetMinSize(Size(min(640, r.GetWidth() - 100), min(480, r.GetHeight() - 100)));
}
I enclosed source file (ide/Qtf.cpp).
* Minotr fix
History
#1 Updated by Miroslav Fidler about 12 years ago
- Status changed from Ready for QA to Approved
