mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-01 23:07:25 -04:00
This commit is contained in:
@@ -178,9 +178,11 @@ Rectangle {
|
||||
|
||||
Scroll {
|
||||
id: flickableScroll
|
||||
anchors.right: table.right
|
||||
anchors.rightMargin: -14
|
||||
anchors.top: table.top
|
||||
anchors.bottom: table.bottom
|
||||
flickable: table
|
||||
yPos: table.y
|
||||
}
|
||||
|
||||
AddressBookTable {
|
||||
|
||||
@@ -130,9 +130,11 @@ Rectangle {
|
||||
|
||||
Scroll {
|
||||
id: flickableScroll
|
||||
anchors.right: table.right
|
||||
anchors.rightMargin: -14
|
||||
anchors.top: table.top
|
||||
anchors.bottom: table.bottom
|
||||
flickable: table
|
||||
yPos: table.y
|
||||
}
|
||||
|
||||
DashboardTable {
|
||||
|
||||
@@ -319,9 +319,11 @@ Rectangle {
|
||||
|
||||
Scroll {
|
||||
id: flickableScroll
|
||||
anchors.right: table.right
|
||||
anchors.rightMargin: -14
|
||||
anchors.top: table.top
|
||||
anchors.bottom: table.bottom
|
||||
flickable: table
|
||||
yPos: table.y
|
||||
}
|
||||
|
||||
HistoryTable {
|
||||
|
||||
Reference in New Issue
Block a user