mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-08 01:37:26 -04:00
This commit is contained in:
@@ -6,6 +6,7 @@ import "components"
|
||||
|
||||
Rectangle {
|
||||
width: 330
|
||||
color: "#FFFFFF"
|
||||
|
||||
TabView {
|
||||
id: tabView
|
||||
@@ -87,7 +88,7 @@ Rectangle {
|
||||
Rectangle { height: 8; width: parent.width / 5; color: "#6B0072" }
|
||||
Rectangle { height: 8; width: parent.width / 5; color: "#FF6C3C" }
|
||||
Rectangle { height: 8; width: parent.width / 5; color: "#FFD781" }
|
||||
Rectangle { height: 8; width: parent.width / 5; color: "#FF4F41" }
|
||||
Rectangle { height: 8; width: parent.width / 5 - 30; color: "#FF4F41" }
|
||||
}
|
||||
|
||||
Rectangle {
|
||||
|
||||
Reference in New Issue
Block a user