Skip to content

Commit

Permalink
[tmtc] default size for messages window
Browse files Browse the repository at this point in the history
  • Loading branch information
flixr committed Dec 2, 2014
1 parent eaf8e04 commit 6b8cd4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sw/ground_segment/tmtc/messages.ml
Expand Up @@ -204,6 +204,7 @@ let _ =
(** Open the window container with its notebook*)
let icon = GdkPixbuf.from_file Env.icon_mes_file in
let window = GWindow.window ~type_hint:`DIALOG ~icon ~title:"Messages" () in
window#set_default_size ~width:200 ~height:50;
let quit = fun () -> GMain.Main.quit (); exit 0 in
ignore (window#connect#destroy ~callback:quit);

Expand Down

0 comments on commit 6b8cd4f

Please sign in to comment.