1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00

Merge differences between the code.

This commit is contained in:
Shlomi Fish 2016-11-10 12:25:58 +02:00
parent fe3df986aa
commit ab8d445b49

View file

@ -108,7 +108,7 @@ class SolverDialog(BaseSolverDialog, MfxDialog):
#
row += 1
self.max_iters_var = Tkinter.IntVar()
self.max_iters_var.set(11e4)
self.max_iters_var.set(10e4)
self._calcToolkit().Label(frame, text=_('Max iterations:'), anchor='w'
).grid(row=row, column=0, sticky='ew', padx=2, pady=2)
spin = Tkinter.Spinbox(frame, bg='white', from_=1000, to=10e6,