Skip to content

Commit

Permalink
Merge pull request #1018 from tleedjarv/gui-fixups
Browse files Browse the repository at this point in the history
Another small visual fix (GUI)
  • Loading branch information
gdt authored Apr 22, 2024
2 parents a6b7aa9 + 8256275 commit 3af5023
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/uigtk3.ml
Original file line number Diff line number Diff line change
Expand Up @@ -2889,6 +2889,10 @@ let createToplevelWindow () =
the user's.gtkrc, not programmatically *)
~orientation:`HORIZONTAL (* ~space_size:10 *)
~packing:(toplevelVBox#pack ~expand:false) () in
(* [show_arrow] is initially false to produce a better default width. *)
actionBar#set_show_arrow false;
ignore (toplevelWindow#misc#connect#show
~callback:(fun () -> actionBar#set_show_arrow true));
(*********************************************************************
Create the main window
Expand Down

0 comments on commit 3af5023

Please sign in to comment.