diff --git a/ChangeLog b/ChangeLog index 49016aa90..9a3a9341f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +2006-11-25 Don Allingham + * src/Config/_GrampsConfigKeys.py: remember window size + * src/Editors/_EditAddress.py: remember window size + * src/Editors/_EditSecondary.py: remember window size + * src/Editors/_EditLdsOrd.py: remember window size + * src/Editors/_EditReference.py: remember window size + * src/Editors/_EditUrl.py: remember window size + * src/Editors/_EditRepoRef.py: remember window size + * src/Editors/_EditAttribute.py: remember window size + * src/Editors/_EditPersonRef.py: remember window size + * src/Editors/_EditLocation.py: remember window size + * src/Editors/_EditMediaRef.py: remember window size + * src/Editors/_EditEventRef.py: remember window size + * src/Editors/_EditName.py: remember window size + * src/glade/gramps.glade: remember window size + * data/gramps.schemas.in: remember window size + 2006-11-25 Alex Roitman * src/GrampsLogger/_ErrorReportAssistant.py (_get_sys_information): Report BSDDB version. diff --git a/data/gramps.schemas.in b/data/gramps.schemas.in index b627a557d..d5edbdd74 100644 --- a/data/gramps.schemas.in +++ b/data/gramps.schemas.in @@ -333,6 +333,30 @@ + + /schemas/apps/gramps/interface/event-ref-height + /apps/gramps/interface/event-ref-height + gramps + int + 450 + + Height of the event reference editor interface. + Specifies the height of the event reference editor interface. + + + + + /schemas/apps/gramps/interface/event-ref-width + /apps/gramps/interface/event-ref-width + gramps + int + 600 + + Width of the event reference editor interface. + Specifies the width of the event reference editor interface. + + + /schemas/apps/gramps/interface/place-height /apps/gramps/interface/place-height @@ -405,6 +429,79 @@ + + /schemas/apps/gramps/interface/address-height + /apps/gramps/interface/address-height + gramps + int + 450 + + Height of the address editor interface. + Specifies the height of the address editor interface. + + + + + /schemas/apps/gramps/interface/address-width + /apps/gramps/interface/address-width + gramps + int + 650 + + Width of the address editor interface. + Specifies the width of the address editor interface. + + + + + + /schemas/apps/gramps/interface/attribute-height + /apps/gramps/interface/attribute-height + gramps + int + 350 + + Height of the attribute editor interface. + Specifies the height of the attribute editor interface. + + + + + /schemas/apps/gramps/interface/attribute-width + /apps/gramps/interface/attribute-width + gramps + int + 600 + + Width of the attribute editor interface. + Specifies the width of the attribute editor interface. + + + + + /schemas/apps/gramps/interface/name-height + /apps/gramps/interface/name-height + gramps + int + 350 + + Height of the name editor interface. + Specifies the height of the name editor interface. + + + + + /schemas/apps/gramps/interface/name-width + /apps/gramps/interface/name-width + gramps + int + 600 + + Width of the name editor interface. + Specifies the width of the name editor interface. + + + /schemas/apps/gramps/interface/source-height /apps/gramps/interface/source-height @@ -429,6 +526,30 @@ + + /schemas/apps/gramps/interface/source-ref-height + /apps/gramps/interface/source-ref-height + gramps + int + 450 + + Height of the source reference editor interface. + Specifies the height of the source reference editor interface. + + + + + /schemas/apps/gramps/interface/source-ref-width + /apps/gramps/interface/source-ref-width + gramps + int + 600 + + Width of the source reference editor interface. + Specifies the width of the source reference editor interface. + + + /schemas/apps/gramps/interface/filter /apps/gramps/interface/filter @@ -888,5 +1009,149 @@ + + /schemas/apps/gramps/interface/lds-height + /apps/gramps/interface/lds-height + gramps + int + 450 + + Height of the LDS editor interface. + Specifies the height of the LDS editor interface. + + + + + /schemas/apps/gramps/interface/lds-width + /apps/gramps/interface/lds-width + gramps + int + 600 + + Width of the LDS editor interface. + Specifies the width of the LDS editor interface. + + + + + /schemas/apps/gramps/interface/location-height + /apps/gramps/interface/location-height + gramps + int + 250 + + Height of the location editor interface. + Specifies the height of the location editor interface. + + + + + /schemas/apps/gramps/interface/location-width + /apps/gramps/interface/location-width + gramps + int + 600 + + Width of the location editor interface. + Specifies the width of the location editor interface. + + + + + /schemas/apps/gramps/interface/media-ref-height + /apps/gramps/interface/media-ref-height + gramps + int + 450 + + Height of the media reference editor interface. + Specifies the height of the media reference editor interface. + + + + + /schemas/apps/gramps/interface/media-ref-width + /apps/gramps/interface/media-ref-width + gramps + int + 600 + + Width of the media reference editor interface. + Specifies the width of the media reference editor interface. + + + + + /schemas/apps/gramps/interface/url-height + /apps/gramps/interface/url-height + gramps + int + 150 + + Height of the url editor interface. + Specifies the height of the url editor interface. + + + + + /schemas/apps/gramps/interface/url-width + /apps/gramps/interface/url-width + gramps + int + 600 + + Width of the url editor interface. + Specifies the width of the url editor interface. + + + + + /schemas/apps/gramps/interface/person-ref-height + /apps/gramps/interface/person-ref-height + gramps + int + 350 + + Height of the person reference editor interface. + Specifies the height of the person reference editor interface. + + + + + /schemas/apps/gramps/interface/person-ref-width + /apps/gramps/interface/person-ref-width + gramps + int + 600 + + Width of the person reference editor interface. + Specifies the width of the person reference editor interface. + + + + + /schemas/apps/gramps/interface/repo-ref-height + /apps/gramps/interface/repo-ref-height + gramps + int + 450 + + Height of the repository reference editor interface. + Specifies the height of the repository reference editor interface. + + + + + /schemas/apps/gramps/interface/repo-ref-width + /apps/gramps/interface/repo-ref-width + gramps + int + 600 + + Width of the repository reference editor interface. + Specifies the width of the repository reference editor interface. + + + diff --git a/src/Config/_GrampsConfigKeys.py b/src/Config/_GrampsConfigKeys.py index 460bf39a4..3ba8ecc0f 100644 --- a/src/Config/_GrampsConfigKeys.py +++ b/src/Config/_GrampsConfigKeys.py @@ -47,14 +47,36 @@ PERSON_HEIGHT = ('interface','person-height', 1) PERSON_WIDTH = ('interface','person-width', 1) EVENT_HEIGHT = ('interface','event-height', 1) EVENT_WIDTH = ('interface','event-width', 1) +EVENT_REF_HEIGHT = ('interface','event-ref-height', 1) +EVENT_REF_WIDTH = ('interface','event-ref-width', 1) SOURCE_HEIGHT = ('interface','source-height', 1) SOURCE_WIDTH = ('interface','source-width', 1) +SOURCE_REF_HEIGHT = ('interface','source-ref-height', 1) +SOURCE_REF_WIDTH = ('interface','source-ref-width', 1) +PERSON_REF_HEIGHT = ('interface','person-ref-height', 1) +PERSON_REF_WIDTH = ('interface','person-ref-width', 1) +REPO_REF_HEIGHT = ('interface','repo-ref-height', 1) +REPO_REF_WIDTH = ('interface','repo-ref-width', 1) PLACE_HEIGHT = ('interface','place-height', 1) PLACE_WIDTH = ('interface','place-width', 1) REPO_HEIGHT = ('interface','repo-height', 1) REPO_WIDTH = ('interface','repo-width', 1) +LDS_HEIGHT = ('interface','lds-height', 1) +LDS_WIDTH = ('interface','lds-width', 1) +URL_WIDTH = ('interface','url-width', 1) +URL_HEIGHT = ('interface','url-height', 1) +LOCATION_HEIGHT = ('interface','location-height', 1) +LOCATION_WIDTH = ('interface','location-width', 1) MEDIA_HEIGHT = ('interface','media-height', 1) MEDIA_WIDTH = ('interface','media-width', 1) +MEDIA_REF_HEIGHT = ('interface','media-ref-height', 1) +MEDIA_REF_WIDTH = ('interface','media-ref-width', 1) +ADDR_HEIGHT = ('interface','address-height', 1) +ADDR_WIDTH = ('interface','address-width', 1) +ATTR_HEIGHT = ('interface','attribute-height', 1) +ATTR_WIDTH = ('interface','attribute-width', 1) +NAME_HEIGHT = ('interface','name-height', 1) +NAME_WIDTH = ('interface','name-width', 1) FILTER = ('interface','filter', 0) FPREFIX = ('preferences','fprefix', 2) EPREFIX = ('preferences','eprefix', 2) @@ -123,14 +145,36 @@ default_value = { PERSON_WIDTH : 750, EVENT_HEIGHT : 450, EVENT_WIDTH : 600, + EVENT_REF_HEIGHT : 450, + EVENT_REF_WIDTH : 600, SOURCE_HEIGHT : 450, SOURCE_WIDTH : 600, + LDS_HEIGHT : 450, + LDS_WIDTH : 600, + URL_HEIGHT : 150, + URL_WIDTH : 600, + LOCATION_HEIGHT : 250, + LOCATION_WIDTH : 550, + SOURCE_REF_HEIGHT : 450, + SOURCE_REF_WIDTH : 600, + PERSON_REF_HEIGHT : 350, + PERSON_REF_WIDTH : 600, + REPO_REF_HEIGHT : 450, + REPO_REF_WIDTH : 600, PLACE_HEIGHT : 450, PLACE_WIDTH : 650, REPO_HEIGHT : 450, REPO_WIDTH : 650, MEDIA_HEIGHT : 450, MEDIA_WIDTH : 650, + MEDIA_REF_HEIGHT : 450, + MEDIA_REF_WIDTH : 650, + ADDR_HEIGHT : 450, + ADDR_WIDTH : 650, + ATTR_HEIGHT : 350, + ATTR_WIDTH : 600, + NAME_HEIGHT : 400, + NAME_WIDTH : 600, FILTER : False, FPREFIX : 'F%04d', EPREFIX : 'E%04d', diff --git a/src/Editors/_EditAddress.py b/src/Editors/_EditAddress.py index ec6a4882a..330606d8e 100644 --- a/src/Editors/_EditAddress.py +++ b/src/Editors/_EditAddress.py @@ -45,6 +45,7 @@ import gtk.glade # #------------------------------------------------------------------------- import const +import Config from _EditSecondary import EditSecondary from DisplayTabs import SourceEmbedList, NoteTab @@ -59,6 +60,10 @@ class EditAddress(EditSecondary): """ Displays a dialog that allows the user to edit an address. """ + + WIDTH_KEY = Config.ADDR_WIDTH + HEIGHT_KEY = Config.ADDR_HEIGHT + def __init__(self, dbstate, uistate, track, addr, callback): """ Displays the dialog box. diff --git a/src/Editors/_EditAttribute.py b/src/Editors/_EditAttribute.py index 8539e8b5a..951683246 100644 --- a/src/Editors/_EditAttribute.py +++ b/src/Editors/_EditAttribute.py @@ -48,6 +48,7 @@ import gtk.glade # #------------------------------------------------------------------------- import const +import Config from _EditSecondary import EditSecondary from DisplayTabs import SourceEmbedList, NoteTab @@ -62,6 +63,10 @@ class EditAttribute(EditSecondary): """ Displays a dialog that allows the user to edit an attribute. """ + + WIDTH_KEY = Config.ATTR_WIDTH + HEIGHT_KEY = Config.ATTR_HEIGHT + def __init__(self, state, uistate, track, attrib, title, data_list, callback): """ Displays the dialog box. diff --git a/src/Editors/_EditEventRef.py b/src/Editors/_EditEventRef.py index 1e2e92fbf..61b057dff 100644 --- a/src/Editors/_EditEventRef.py +++ b/src/Editors/_EditEventRef.py @@ -40,6 +40,7 @@ import gtk # #------------------------------------------------------------------------- import const +import Config import RelLib from DisplayTabs import SourceEmbedList,NoteTab,GalleryTab,EventBackRefList,AttrEmbedList @@ -58,6 +59,10 @@ from _EditReference import EditReference # #------------------------------------------------------------------------- class EditEventRef(EditReference): + + WIDTH_KEY = Config.EVENT_REF_WIDTH + HEIGHT_KEY = Config.EVENT_REF_HEIGHT + def __init__(self, state, uistate, track, event, event_ref, update): EditReference.__init__(self, state, uistate, track, event, event_ref, update) diff --git a/src/Editors/_EditLdsOrd.py b/src/Editors/_EditLdsOrd.py index e294753ae..55566a1ef 100644 --- a/src/Editors/_EditLdsOrd.py +++ b/src/Editors/_EditLdsOrd.py @@ -48,6 +48,7 @@ import gtk.glade # #------------------------------------------------------------------------- import const +import Config import RelLib import NameDisplay import LdsUtils @@ -130,6 +131,8 @@ class EditLdsOrd(EditSecondary): Displays a dialog that allows the user to edit an attribute. """ + WIDTH_KEY = Config.LDS_WIDTH + HEIGHT_KEY = Config.LDS_HEIGHT def __init__(self, state, uistate, track, attrib, callback): """ diff --git a/src/Editors/_EditLocation.py b/src/Editors/_EditLocation.py index 519d28e93..cce480ca8 100644 --- a/src/Editors/_EditLocation.py +++ b/src/Editors/_EditLocation.py @@ -33,6 +33,7 @@ import gtk # #------------------------------------------------------------------------- import const +import Config from _EditSecondary import EditSecondary from GrampsWidgets import * @@ -45,14 +46,16 @@ from gettext import gettext as _ #------------------------------------------------------------------------- class EditLocation(EditSecondary): + WIDTH_KEY = Config.LOCATION_WIDTH + HEIGHT_KEY = Config.LOCATION_HEIGHT + def __init__(self,dbstate,uistate,track,location,callback): EditSecondary.__init__(self, dbstate, uistate, track, location, callback) def _local_init(self): self.top = gtk.glade.XML(const.gladeFile, "loc_edit","gramps") - self.set_window(self.top.get_widget("loc_edit"), - self.top.get_widget('title'), + self.set_window(self.top.get_widget("loc_edit"), None, _('Location Editor')) def _setup_fields(self): diff --git a/src/Editors/_EditMediaRef.py b/src/Editors/_EditMediaRef.py index 01ec28849..bc338879c 100644 --- a/src/Editors/_EditMediaRef.py +++ b/src/Editors/_EditMediaRef.py @@ -40,6 +40,7 @@ import gtk # #------------------------------------------------------------------------- import const +import Config import Mime import ImgManip @@ -54,6 +55,10 @@ from _EditReference import EditReference # #------------------------------------------------------------------------- class EditMediaRef(EditReference): + + WIDTH_KEY = Config.MEDIA_REF_WIDTH + HEIGHT_KEY = Config.MEDIA_REF_HEIGHT + def __init__(self, state, uistate, track, media, media_ref, update): EditReference.__init__(self, state, uistate, track, media, diff --git a/src/Editors/_EditName.py b/src/Editors/_EditName.py index 2fd74bee9..0e9aa8bf0 100644 --- a/src/Editors/_EditName.py +++ b/src/Editors/_EditName.py @@ -40,6 +40,7 @@ import gtk.glade # #------------------------------------------------------------------------- import const +import Config import Utils import NameDisplay from _EditSecondary import EditSecondary @@ -54,6 +55,9 @@ from GrampsWidgets import * #------------------------------------------------------------------------- class EditName(EditSecondary): + WIDTH_KEY = Config.NAME_WIDTH + HEIGHT_KEY = Config.NAME_HEIGHT + def __init__(self, dbstate, uistate, track, name, callback): EditSecondary.__init__(self, dbstate, uistate, diff --git a/src/Editors/_EditPersonRef.py b/src/Editors/_EditPersonRef.py index bd01cc28f..360417d2a 100644 --- a/src/Editors/_EditPersonRef.py +++ b/src/Editors/_EditPersonRef.py @@ -45,6 +45,7 @@ import gtk.glade # #------------------------------------------------------------------------- import const +import Config import NameDisplay from _EditSecondary import EditSecondary @@ -60,6 +61,10 @@ class EditPersonRef(EditSecondary): """ Displays a dialog that allows the user to edit an address. """ + + WIDTH_KEY = Config.PERSON_REF_WIDTH + HEIGHT_KEY = Config.PERSON_REF_HEIGHT + def __init__(self, dbstate, uistate, track, addr, callback): """ Displays the dialog box. diff --git a/src/Editors/_EditReference.py b/src/Editors/_EditReference.py index cda9f6692..6826a2959 100644 --- a/src/Editors/_EditReference.py +++ b/src/Editors/_EditReference.py @@ -27,6 +27,7 @@ #------------------------------------------------------------------------- import ManagedWindow from GrampsWidgets import * +import Config #------------------------------------------------------------------------- # @@ -34,6 +35,10 @@ from GrampsWidgets import * # #------------------------------------------------------------------------- class EditReference(ManagedWindow.ManagedWindow): + + WIDTH_KEY = None + HEIGHT_KEY = None + def __init__(self, state, uistate, track, source, source_ref, update): self.db = state.db self.dbstate = state @@ -48,12 +53,20 @@ class EditReference(ManagedWindow.ManagedWindow): ManagedWindow.ManagedWindow.__init__(self, uistate, track, source_ref) self._local_init() + self._set_size() self._create_tabbed_pages() self._setup_fields() self._connect_signals() self.show() self._post_init() + def _set_size(self): + if self.WIDTH_KEY: + width = Config.get(self.WIDTH_KEY) + height = Config.get(self.HEIGHT_KEY) + self.window.resize(width, height) + self.window.show() + def _local_init(self): """ Derived class should do any pre-window initalization in this task. @@ -119,4 +132,13 @@ class EditReference(ManagedWindow.ManagedWindow): def close(self,*obj): for key in self.signal_keys: self.db.disconnect(key) + self._save_size() ManagedWindow.ManagedWindow.close(self) + + def _save_size(self): + if self.HEIGHT_KEY: + (width, height) = self.window.get_size() + Config.set(self.WIDTH_KEY, width) + Config.set(self.HEIGHT_KEY, height) + Config.sync() + diff --git a/src/Editors/_EditRepoRef.py b/src/Editors/_EditRepoRef.py index 9d46d72a5..7d8c589ea 100644 --- a/src/Editors/_EditRepoRef.py +++ b/src/Editors/_EditRepoRef.py @@ -40,6 +40,7 @@ import gtk # #------------------------------------------------------------------------- import const +import Config from DisplayTabs import NoteTab,AddrEmbedList,WebEmbedList,SourceBackRefList from GrampsWidgets import * @@ -51,6 +52,10 @@ from _EditReference import EditReference # #------------------------------------------------------------------------- class EditRepoRef(EditReference): + + WIDTH_KEY = Config.REPO_REF_WIDTH + HEIGHT_KEY = Config.REPO_REF_HEIGHT + def __init__(self, state, uistate, track, source, source_ref, update): EditReference.__init__(self, state, uistate, track, source, diff --git a/src/Editors/_EditSecondary.py b/src/Editors/_EditSecondary.py index 4de9fc327..51903eed9 100644 --- a/src/Editors/_EditSecondary.py +++ b/src/Editors/_EditSecondary.py @@ -22,9 +22,13 @@ import ManagedWindow import GrampsDisplay +import Config class EditSecondary(ManagedWindow.ManagedWindow): + WIDTH_KEY = None + HEIGHT_KEY = None + def __init__(self, state, uistate, track, obj, callback=None): """Creates an edit window. Associates a person with the window.""" @@ -38,6 +42,7 @@ class EditSecondary(ManagedWindow.ManagedWindow): ManagedWindow.ManagedWindow.__init__(self, uistate, track, obj) self._local_init() + self._set_size() self._create_tabbed_pages() self._setup_fields() @@ -45,6 +50,13 @@ class EditSecondary(ManagedWindow.ManagedWindow): self.show() self._post_init() + def _set_size(self): + if self.WIDTH_KEY: + width = Config.get(self.WIDTH_KEY) + height = Config.get(self.HEIGHT_KEY) + self.window.resize(width, height) + self.window.show() + def _local_init(self): """ Derived class should do any pre-window initalization in this task. @@ -94,4 +106,13 @@ class EditSecondary(ManagedWindow.ManagedWindow): for key in self.signal_keys: self.db.disconnect(key) self._cleanup_on_exit() + self._save_size() ManagedWindow.ManagedWindow.close(self) + + def _save_size(self): + if self.HEIGHT_KEY: + (width, height) = self.window.get_size() + Config.set(self.WIDTH_KEY, width) + Config.set(self.HEIGHT_KEY, height) + Config.sync() + diff --git a/src/Editors/_EditUrl.py b/src/Editors/_EditUrl.py index aaf32d156..24e7f07db 100644 --- a/src/Editors/_EditUrl.py +++ b/src/Editors/_EditUrl.py @@ -40,6 +40,7 @@ import gtk.glade # #------------------------------------------------------------------------- import const +import Config from _EditSecondary import EditSecondary from GrampsWidgets import * @@ -51,6 +52,9 @@ from GrampsWidgets import * #------------------------------------------------------------------------- class EditUrl(EditSecondary): + WIDTH_KEY = Config.URL_WIDTH + HEIGHT_KEY = Config.URL_HEIGHT + def __init__(self, dbstate, uistate, track, name, url, callback): EditSecondary.__init__(self, dbstate, uistate, track, diff --git a/src/glade/gramps.glade b/src/glade/gramps.glade index d6ab8bc0a..b5dc0cee7 100644 --- a/src/glade/gramps.glade +++ b/src/glade/gramps.glade @@ -4625,31 +4625,6 @@ False 6 - - - True - - False - True - GTK_JUSTIFY_CENTER - False - False - 0.5 - 0.5 - 0 - 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 - - - 0 - False - False - - - True @@ -7231,13 +7206,10 @@ - True GTK_WINDOW_TOPLEVEL GTK_WIN_POS_NONE False - 600 - 400 True False True @@ -7318,31 +7290,6 @@ False 0 - - - True - - False - True - GTK_JUSTIFY_CENTER - False - False - 0.5 - 0.5 - 0 - 10 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 - - - 0 - False - False - - - 12 @@ -7582,31 +7529,6 @@ False 0 - - - True - - False - True - GTK_JUSTIFY_CENTER - False - False - 0.5 - 0.5 - 0 - 10 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 - - - 0 - False - False - - - 12 @@ -8042,7 +7964,6 @@ - True GTK_WINDOW_TOPLEVEL GTK_WIN_POS_NONE @@ -8129,31 +8050,6 @@ False 0 - - - True - - False - True - GTK_JUSTIFY_CENTER - False - False - 0.5 - 0.5 - 0 - 10 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 - - - 0 - False - False - - - 12 @@ -8453,31 +8349,6 @@ False 0 - - - True - - False - True - GTK_JUSTIFY_CENTER - False - False - 0.5 - 0.5 - 0 - 10 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 - - - 0 - False - False - - - 12 @@ -9393,31 +9264,6 @@ False 0 - - - True - - False - True - GTK_JUSTIFY_LEFT - False - False - 0.5 - 0.5 - 0 - 6 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 - - - 0 - True - False - - - True @@ -10408,7 +10254,6 @@ GTK_WIN_POS_CENTER_ON_PARENT False 600 - 450 True False True @@ -10482,31 +10327,6 @@ - - - True - - True - True - GTK_JUSTIFY_CENTER - False - False - 0.5 - 0.5 - 12 - 12 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 - - - 0 - False - False - - - True @@ -11331,31 +11151,6 @@ - - - True - - True - True - GTK_JUSTIFY_CENTER - False - False - 0.5 - 0.5 - 12 - 12 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 - - - 0 - False - False - - - True @@ -12121,13 +11916,10 @@ Very High - True GTK_WINDOW_TOPLEVEL GTK_WIN_POS_NONE False - 600 - 450 True False True @@ -12210,31 +12002,6 @@ Very High False 0 - - - True - - False - True - GTK_JUSTIFY_CENTER - False - False - 0.5 - 0.5 - 12 - 12 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 - - - 0 - False - False - - - True @@ -12845,31 +12612,6 @@ Very High False 0 - - - True - - False - True - GTK_JUSTIFY_CENTER - False - False - 0.5 - 0.5 - 0 - 10 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 - - - 0 - False - False - - - 12 @@ -13348,13 +13090,10 @@ Very High - True GTK_WINDOW_TOPLEVEL GTK_WIN_POS_NONE False - 600 - 450 True False True @@ -13436,31 +13175,6 @@ Very High False 0 - - - True - - False - True - GTK_JUSTIFY_CENTER - False - False - 0.5 - 0.5 - 0 - 10 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 - - - 0 - False - False - - - 12 @@ -13986,31 +13700,6 @@ Very High False 0 - - - True - - False - True - GTK_JUSTIFY_CENTER - False - False - 0.5 - 0.5 - 0 - 10 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 - - - 0 - False - False - - - 12 @@ -14293,31 +13982,6 @@ Very High False 0 - - - True - - False - True - GTK_JUSTIFY_CENTER - False - False - 0.5 - 0.5 - 0 - 10 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 - - - 0 - False - False - - - 12