Sha256: 1bcb4289b37e680131e6659e67b739b1a1a22efce40f5d848af1e01c532c7443
Contents?: true
Size: 1.26 KB
Versions: 10
Compression:
Stored size: 1.26 KB
Contents
<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright (C) 2020 Chris Liaw <chrisliaw@antrapol.com> Author: Chris Liaw <chrisliaw@antrapol.com> This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. --> <?import javafx.scene.image.ImageView?> <?import javafx.scene.layout.VBox?> <VBox alignment="CENTER" maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="88.0" prefWidth="88.0" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1"> <children> <ImageView fx:id="imgFloat" fitHeight="88.0" fitWidth="88.0" onContextMenuRequested="#show_context_menu" onDragDropped="#float_dnd_drop" pickOnBounds="true" preserveRatio="true" /> </children> </VBox>
Version data entries
10 entries across 10 versions & 1 rubygems