We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a64db3 commit b4ae559Copy full SHA for b4ae559
git_sim/checkout.py
@@ -94,6 +94,8 @@ def construct(self):
94
else:
95
self.parse_commits(branch_commit)
96
self.draw_ref(branch_commit, self.topref)
97
+ self.recenter_frame()
98
+ self.scale_frame()
99
100
elif self.is_descendant:
101
git_sim/switch.py
0 commit comments