Feature #570
Help view inside QtfDlg should use standard margins
Status: | Approved | Start date: | 11/13/2013 | |
---|---|---|---|---|
Priority: | Low | Due date: | ||
Assignee: | Miroslav Fidler | % Done: | 100% | |
Category: | IDE | Spent time: | - | |
Target version: | - |
Description
I have noticed that help view inside QtfDlg (IDE) dosen't use margins. Consequently text inside help doesn't look very well. Code sample:
QtfDlg::QtfDlg() { ... help.Margins(Rect(12, 0, 12, 0)); ... }
History
#1 Updated by Zbigniew Rebacz over 11 years ago
- File Qtf.cpp
added
#2 Updated by Zbigniew Rebacz over 11 years ago
- % Done changed from 0 to 100
#3 Updated by Miroslav Fidler over 11 years ago
- Status changed from Ready for QA to Approved