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

Prevented the scroll bar help info from expanding the window.

This commit is contained in:
Joe R 2022-08-29 17:19:59 -04:00
parent 6f1d8c958b
commit df4a9b021e

View file

@ -72,6 +72,7 @@ class MfxStatusbar:
if expand:
self.frame.grid_columnconfigure(self._label_column,
weight=1)
frame.pack_propagate(False)
self._label_column += 1
setattr(self, name + '_frame', frame)
self._widgets.append(frame)