Skip to content
This repository has been archived by the owner on Sep 6, 2024. It is now read-only.

Commit

Permalink
[*] improve ui
Browse files Browse the repository at this point in the history
  • Loading branch information
heng30 committed Nov 15, 2023
1 parent 5c3c139 commit f1350c4
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 10 deletions.
2 changes: 2 additions & 0 deletions cryptoinfo/qml/ToolBox/Encipher/Panel.qml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ Item {
height: (parent.height - row.height - parent.spacing * 2) / 2
border.color: theme.borderColor
innerHeight: height
tarea.placeholderText: translator.tr("请输入明文")
}

Base.TxtArea {
Expand All @@ -76,6 +77,7 @@ Item {
height: inputArea.height
border.color: theme.borderColor
innerHeight: height
tarea.placeholderText: translator.tr("密文...")
readOnly: true
}

Expand Down
2 changes: 1 addition & 1 deletion cryptoinfo/src/version.rs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pub static VERSION: &str = "v1.9.4";
pub static VERSION: &str = "v1.9.5";
3 changes: 0 additions & 3 deletions script/btc-mining-cost-get.sh

This file was deleted.

6 changes: 0 additions & 6 deletions script/sudoswap-get.sh

This file was deleted.

0 comments on commit f1350c4

Please sign in to comment.