9795: remember the last location of windows [Dashboard gramplets]
This commit is contained in:
parent
1ae88d9aed
commit
28bf8479fd
@ -236,8 +236,9 @@ class GrampletWindow(ManagedWindow):
|
|||||||
Gtk.DialogFlags.DESTROY_WITH_PARENT,
|
Gtk.DialogFlags.DESTROY_WITH_PARENT,
|
||||||
(_('_Close'), Gtk.ResponseType.CLOSE)),
|
(_('_Close'), Gtk.ResponseType.CLOSE)),
|
||||||
None, self.title)
|
None, self.title)
|
||||||
self.window.set_size_request(gramplet.detached_width,
|
cfg_name = gramplet.gname.replace(' ', '').lower() + '-gramplet'
|
||||||
gramplet.detached_height)
|
self.setup_configs('interface.' + cfg_name,
|
||||||
|
gramplet.detached_width, gramplet.detached_height)
|
||||||
self.window.add_button(_('_Help'), Gtk.ResponseType.HELP)
|
self.window.add_button(_('_Help'), Gtk.ResponseType.HELP)
|
||||||
# add gramplet:
|
# add gramplet:
|
||||||
if self.gramplet.pui:
|
if self.gramplet.pui:
|
||||||
@ -1585,20 +1586,6 @@ class GrampletPane(Gtk.ScrolledWindow):
|
|||||||
"%s.height" % gramplet.title,
|
"%s.height" % gramplet.title,
|
||||||
self._config.set,
|
self._config.set,
|
||||||
config=self._config)
|
config=self._config)
|
||||||
# Detached height
|
|
||||||
configdialog.add_pos_int_entry(grid,
|
|
||||||
_('Detached width'),
|
|
||||||
3,
|
|
||||||
"%s.detached_width" % gramplet.title,
|
|
||||||
self._config.set,
|
|
||||||
config=self._config)
|
|
||||||
# Detached width
|
|
||||||
configdialog.add_pos_int_entry(grid,
|
|
||||||
_('Detached height'),
|
|
||||||
4,
|
|
||||||
"%s.detached_height" % gramplet.title,
|
|
||||||
self._config.set,
|
|
||||||
config=self._config)
|
|
||||||
# Options:
|
# Options:
|
||||||
options = gramplet.make_gui_options()
|
options = gramplet.make_gui_options()
|
||||||
if options:
|
if options:
|
||||||
|
Loading…
Reference in New Issue
Block a user