View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003071 | Scribus | OS-Win32 | public | 2006-01-23 11:21 | 2006-01-25 10:16 |
Reporter | alexandre | Assigned To | jghali | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 1.3.2 | ||||
Fixed in Version | 1.3.3cvs | ||||
Summary | 0003071: StoryEditor's window caption is out of reach by default | ||||
Description | The very first time I open StoryEditor on my 15" LCD at work (not that I would really layout documents on it), it's window sits so high that it's caption is out of screen and I have to Ctrl+Space to call window's menu to start moving window with arrow keys lower. See attached screenshot for illustration. It would be great if the window was positioned in the middle of the screen. | ||||
Tags | No tags attached. | ||||
Patch | |||||
2006-01-23 11:21
|
|
|
Same here on my windows xp. |
|
Fixed in cvs. Note : QWidget::y() is different from QWidget::geometry().top() QWidget::y() returns the y coordinate of the widget relative to its parent including any window frame. QWidget::geometry() returns the geometry of the widget relative to its parent and excluding the window frame. (From qt documentation ) |
Date Modified | Username | Field | Change |
---|---|---|---|
2006-01-23 11:21 | alexandre | New Issue | |
2006-01-23 11:21 | alexandre | File Added: StoryEditorLaunchedFirstTime.png | |
2006-01-23 12:56 | mhanski | Relationship added | parent of 0000015 |
2006-01-23 12:56 | mhanski | Relationship replaced | child of 0000015 |
2006-01-23 19:35 | Peturrr | Note Added: 0008298 | |
2006-01-23 22:14 | jghali | Status | new => assigned |
2006-01-23 22:14 | jghali | Assigned To | => jghali |
2006-01-23 22:39 | jghali | Status | assigned => resolved |
2006-01-23 22:39 | jghali | Fixed in Version | => 1.3.3cvs |
2006-01-23 22:39 | jghali | Resolution | open => fixed |
2006-01-23 22:39 | jghali | Note Added: 0008304 | |
2006-01-25 10:16 | cbradney | Status | resolved => closed |
2014-10-08 18:38 | Kunda | Category | Win32 => OS-Win32 |