Skip to content

Commit

Permalink
[cockpit] add tooltip for current settings value label
Browse files Browse the repository at this point in the history
  • Loading branch information
flixr committed Dec 7, 2014
1 parent 8c33c6d commit 8506f12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sw/ground_segment/cockpit/page_settings.ml
Expand Up @@ -208,6 +208,7 @@ let one_setting = fun (i:int) (do_change:int -> float -> unit) packing dl_settin
in
ignore (commit_but#connect#clicked ~callback);
tooltips#set_tip commit_but#coerce ~text:"Commit";
tooltips#set_tip current_value#coerce ~text:"Current value, click to request update.";

(* Undo button *)
let undo_but = GButton.button ~packing:hbox#pack () in
Expand Down

0 comments on commit 8506f12

Please sign in to comment.