← Back to team overview

clicompanion-devs team mailing list archive

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

 

Public bug reported:

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)

** Affects: clicompanion
     Importance: Low
     Assignee: Duane Hinnen (duanedesign)
         Status: In Progress

** Changed in: clicompanion
       Status: New => In Progress

** Changed in: clicompanion
     Assignee: (unassigned) => Duane Hinnen (duanedesign)

** Changed in: clicompanion
   Importance: Undecided => Low

-- 
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


Follow ups

References