zlatinb / muwire

MuWire file sharing client for I2P
GNU General Public License v3.0
191 stars 27 forks source link

MuWire file Details Window positioning issue #130

Closed Searinox closed 2 years ago

Searinox commented 2 years ago

The Details window that pops up when checking a file that has a comment is positioned with its top left corner in the screen center instead of center X - (window width / 2) , center Y - (window height / 2). No other window I've found does this.

zlatinb commented 2 years ago

Hmm, it's fixed in beta7 but I don't really know why it was broken in the first place...

Searinox commented 2 years ago

Still happening to me, and I did just freshly download beta7 just now. I went to contacts and clicked Browse on one of them and after getting their file list, clicked View Details and the window still appears as described.

zlatinb commented 2 years ago

It's not happening on Mac, I'll have to look into windows then.

Searinox commented 2 years ago

By the way the Compose Mail window has the same issue(furthermore that window also has a blank title).

zlatinb commented 2 years ago

Hi, in the commit referenced above I've properly centered all frames that MuWire opens relative to the main frame. The next release is going to be in less than two weeks and I will probably not be putting a beta out, so just wait :)

zlatinb commented 2 years ago

Quite a few changes came in the last few days, so beta8 is out at the usual place. Please test :)

Searinox commented 2 years ago

Confirmed both windows are spawned at the correct position.