View Issue Details

IDProjectCategoryView StatusLast Update
0003071ScribusOS-Win32public2006-01-25 10:16
Reporteralexandre Assigned Tojghali  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version1.3.2 
Fixed in Version1.3.3cvs 
Summary0003071: StoryEditor's window caption is out of reach by default
DescriptionThe 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.
TagsNo tags attached.
Patch

Relationships

child of 0000015 closedjghali Windows Port 

Activities

2006-01-23 11:21

 

Peturrr

2006-01-23 19:35

reporter   ~0008298

Same here on my windows xp.

jghali

2006-01-23 22:39

administrator   ~0008304

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 )

Issue History

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