Skip to content

Commit

Permalink
better proportions for main frame: but see also #37
Browse files Browse the repository at this point in the history
  • Loading branch information
nickzoic committed Apr 3, 2024
1 parent ad7eb4c commit 14dfbbe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions countess/gui/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,7 @@ def show_config_subframe(self):
# self.node.plugin.update()
self.configurator = PluginConfigurator(self.config_canvas, self.node.plugin, self.config_change_callback)
self.config_subframe = self.configurator.frame
self.frame.rowconfigure(3, weight=1)
self.frame.rowconfigure(4, weight=1)
self.frame.rowconfigure(3, weight=1, minsize=self.frame.winfo_height()/2)

else:
has_parents = len(self.node.parent_nodes) > 0
Expand Down

0 comments on commit 14dfbbe

Please sign in to comment.