window always snaps back to center of screen when you try and resize it

Bug #926870 reported by Duane Hinnen
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
CLI Companion
In Progress
Low
Marek Bardoński

Bug Description

To Reproduce:
Move the window a little to one side.
Grab the resize handle at the bottom right and make the window a little bigger.
Window moves back to the center of the screen instead of where you moved it to.

I expect the window to stay where it is and resize accordingly.

The problem seems to be line 383 in view.py:
self.set_position(gtk.WIN_POS_CENTER_ALWAYS)

I think it needs to be:
self.set_position(gtk.WIN_POS_CENTER)

Changed in clicompanion:
status: New → In Progress
assignee: nobody → Duane Hinnen (duanedesign)
importance: Undecided → Low
Revision history for this message
Marek Bardoński (bdfhjk) wrote :

Confirmed and agreed. The mentioned change resolve the problem. I'll prepare a branch with this path.

Thanks!

Changed in clicompanion:
assignee: Duane Hinnen (duanedesign) → Marek Bardoński (bdfhjk)
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.