← Back to team overview

clicompanion-devs team mailing list archive

[Bug 926870] Re: window always snaps back to center of screen when you try and resize it

 

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

Thanks!

-- 
You received this bug notification because you are a member of CLI
Companion Development Team, which is subscribed to CLI Companion.
https://bugs.launchpad.net/bugs/926870

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

Status in CLI Companion:
  In Progress

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)

To manage notifications about this bug go to:
https://bugs.launchpad.net/clicompanion/+bug/926870/+subscriptions


References