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:
parent
6f1d8c958b
commit
df4a9b021e
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue