Skip to content

Commit

Permalink
set minimal pane size to 50
Browse files Browse the repository at this point in the history
  • Loading branch information
jorsn committed Jun 29, 2024
1 parent a593bd8 commit 6de2c61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modes/paned_mode.cc
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ namespace Astroid {

Gtk::EventBox * fb = Gtk::manage (new Gtk::EventBox ());
fb->add (*w);
fb->set_size_request (300);
fb->set_size_request (50);

if (p == 0) {
fp1 = fb;
Expand Down

0 comments on commit 6de2c61

Please sign in to comment.