ejeschke / ginga

The Ginga astronomical FITS file viewer
BSD 3-Clause "New" or "Revised" License
121 stars 77 forks source link

Ginga window position #86

Closed pllim closed 9 years ago

pllim commented 9 years ago

Is it possible to configure Ginga such that it does not start at (0,0) of the screen? What if I want it to start centered on my screen? If not, that's fine; I am just wondering. I am unable to find this info in http://ginga.readthedocs.org/en/latest/manual/customizing.html

ejeschke commented 9 years ago

@pllim, could you try setting the autocenter feature to 'on' or 'override'. Bring up preferences for the Image channel. You'll find the setting near the bottom. Save your preferences.

Does this do what you want?

pllim commented 9 years ago

@ejeschke , I am not talking about panning the image. I am talking about the positioning of the Ginga application itself (the widget) on the monitor screen.

ejeschke commented 9 years ago

Could you try the --geometry command line option? Does that do what you want?

pllim commented 9 years ago

That might work, what is the proper syntax for that option?

ejeschke commented 9 years ago

Try +nnn+mmm. I believe it is the same as for any X application, i.e. WxH+X+Y. You can omit the size and just specify the offset.

pllim commented 9 years ago

Ah, okay. That works for me. Thanks!