Bug #504

QtfDlgEditor shoud be sizeable and zoomable

Added by Zbigniew Rebacz over 10 years ago. Updated over 10 years ago.

Status:ApprovedStart date:08/30/2013
Priority:LowDue date:
Assignee:Zbigniew Rebacz% Done:

0%

Category:IDESpent 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

Qtf.cpp Magnifier (2.9 KB) Zbigniew Rebacz, 08/30/2013 08:50 PM

History

#1 Updated by Miroslav Fidler over 10 years ago

  • Status changed from Ready for QA to Approved

Also available in: Atom PDF