Actions
Bug #1727
closedWMessageBox wrong hight
Start date:
02/28/2013
Due date:
% Done:
0%
Estimated time:
Description
After update, all message boxes in project, began to occupy half of the screen height
Files
Updated by Евгений Илюшин over 11 years ago
construction like this, not helped.
WMessageBox msg;
msg.setMaximumSize(140, 70);
msg.show(WString("Message",UTF8), tr("order.details.save.message"), Ok );
Updated by Koen Deforche over 11 years ago
- Status changed from New to Feedback
Hey,
Can you reproduce this in a small test case ? There's got to be something particular about how you instantiate your message box ?
Regards,
koen
Updated by Koen Deforche over 11 years ago
- Target version changed from 3.3.0 to 3.3.1
Updated by Евгений Илюшин over 11 years ago
Now is work it
Maybe i using old resource for dialog forms.
Regards, Ilushin E.
Updated by Koen Deforche over 11 years ago
- Status changed from Feedback to Rejected
Actions