File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
app/src/main/resources/edu/wpi/first/shuffleboard/app Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 1010<?import javafx .scene.layout.VBox?>
1111<?import javafx .scene.layout.BorderPane?>
1212<?import javafx .scene.text.Text ?>
13+ <?import javafx .scene.control.Hyperlink ?>
1314<VBox fx : id =" root" maxHeight =" Infinity" maxWidth =" Infinity"
1415 xmlns =" http://javafx.com/javafx/8.0.111" xmlns : fx =" http://javafx.com/fxml/1"
1516 fx : controller =" edu.wpi.first.shuffleboard.app.MainWindowController" >
5556 <padding >
5657 <Insets topRightBottomLeft =" 4" />
5758 </padding >
58- <left ><Text text =" Warning: Shuffleboard is deprecated" fill =" red" /></left >
59+ <left >
60+ <Text text =" Warning: Shuffleboard is deprecated" fill =" red" underline =" true" onMouseClicked =" #openDocsInBrowser" />
61+ </left >
5962 <center >
6063 <fx : include source =" PlaybackControls.fxml" />
6164 </center >
You can’t perform that action at this time.
0 commit comments