mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-31 20:38:27 +08:00
[ground_segment] improve readability of icons and add a few more
This commit is contained in:
@@ -801,7 +801,7 @@ let rec plot_window = fun ?export init ->
|
||||
let oid = plotter#get_oid in
|
||||
Hashtbl.add windows oid ();
|
||||
|
||||
plotter#set_icon (Some (GdkPixbuf.from_file Env.icon_file));
|
||||
plotter#set_icon (Some (GdkPixbuf.from_file Env.icon_log_file));
|
||||
let vbox = GPack.vbox ~packing:plotter#add () in
|
||||
let quit = fun () -> GMain.Main.quit (); exit 0 in
|
||||
let close = fun () ->
|
||||
|
||||
@@ -350,7 +350,7 @@ let rec plot_window = fun window ->
|
||||
Hashtbl.add windows oid [];
|
||||
|
||||
ignore (plotter#parse_geometry window.geometry);
|
||||
plotter#set_icon (Some (GdkPixbuf.from_file Env.icon_file));
|
||||
plotter#set_icon (Some (GdkPixbuf.from_file Env.icon_rtp_file));
|
||||
let vbox = GPack.vbox ~packing:plotter#add () in
|
||||
let menubar = GMenu.menu_bar ~packing:vbox#pack () in
|
||||
let factory = new GMenu.factory menubar in
|
||||
|
||||
Reference in New Issue
Block a user