Skip to content

Commit 4d3565e

Browse files
committed
updated docs and scripts
Updated docs Changed tkgui.properties.XrayInteractionsGUI to run independantly. Added cli arguments to run xray properties gui and fdmnes gui.
1 parent 4982192 commit 4d3565e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Dans_Diffraction/tkgui/properties.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -467,6 +467,8 @@ def __init__(self, xtl=None):
467467
activebackground=btn_active)
468468
var.pack(side=tk.LEFT)
469469

470+
self.root.mainloop()
471+
470472
def menu_info_table(self):
471473
from .periodic_table import PeriodTableGui
472474
PeriodTableGui()

0 commit comments

Comments
 (0)