mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2026-08-12 09:33:23 +00:00
psbt decorations
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user