psbt decorations

This commit is contained in:
Craig Raw
2020-04-12 13:28:07 +02:00
parent 0366b3637d
commit 3436e5e3ad
6 changed files with 128 additions and 4 deletions
@@ -4,7 +4,7 @@
<?import javafx.scene.layout.*?>
<?import org.controlsfx.control.StatusBar?>
<VBox maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="750.0" prefWidth="1000.0" fx:controller="com.sparrowwallet.sparrow.AppController" xmlns="http://javafx.com/javafx/10.0.2-internal" xmlns:fx="http://javafx.com/fxml/1">
<VBox maxHeight="-Infinity" maxWidth="-Infinity" minHeight="200" minWidth="350" prefHeight="750.0" prefWidth="1000.0" fx:controller="com.sparrowwallet.sparrow.AppController" xmlns="http://javafx.com/javafx/10.0.2-internal" xmlns:fx="http://javafx.com/fxml/1">
<children>
<MenuBar useSystemMenuBar="true">
<menus>
@@ -6,6 +6,27 @@
.script-redeem { -fx-fill: #ca1243 }
.script-other { -fx-fill: #a0a1a7 }
.non-final {
-fx-fill: #696c77;
}
.final {
-fx-fill: #383a42;
}
.text-decoration-box {
-fx-translate-x: -10;
-fx-translate-y: 2;
}
.text-decoration-label {
-fx-font-family: "SansSerif";
-fx-font-size: 9px;
-fx-fill: white;
-fx-translate-x: -10;
-fx-translate-y: 2;
}
.uneditable-codearea {
-fx-font: 14px Courier;
-fx-padding: 4;
@@ -6,7 +6,7 @@
<?import org.fxmisc.flowless.VirtualizedScrollPane?>
<?import org.controlsfx.control.MasterDetailPane?>
<SplitPane fx:id="tabContent" dividerPositions="0.82" orientation="VERTICAL" prefHeight="200.0" prefWidth="160.0" stylesheets="@transaction.css" VBox.vgrow="ALWAYS" xmlns="http://javafx.com/javafx/10.0.2-internal" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.sparrowwallet.sparrow.transaction.TransactionController">
<SplitPane fx:id="tabContent" dividerPositions="0.82" orientation="VERTICAL" stylesheets="@transaction.css" VBox.vgrow="ALWAYS" xmlns="http://javafx.com/javafx/10.0.2-internal" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.sparrowwallet.sparrow.transaction.TransactionController">
<items>
<MasterDetailPane fx:id="transactionMasterDetail" detailSide="BOTTOM">
<masterNode>