All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.dlsc.gemsfx.demo.svg-image-view-app.css Maven / Gradle / Ivy

There is a newer version: 2.67.0
Show newest version
.control-box {
    -fx-alignment: top-center;
    -fx-spacing: 10;
    -fx-padding: 10px;
    -fx-min-width: 185px;
    -fx-max-width: 185px;
}

.control-box > .check-box,
.control-box > .spinner,
.control-box > .button{
    -fx-pref-width: 165px;
}

.svg-image-view {
    /* The following is an example of how to set the URL for the SVG file via CSS */
    /*-fx-svg-url: url("microphone.svg");*/
    -fx-border-color: grey;
    -fx-border-style: dashed;
    -fx-padding: 5px;
}

.image-wrapper {
    -fx-background-color: white;
    -fx-pref-width: 408px;
    -fx-pref-height: 408px;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy