diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2019-01-21 14:56:27 -0600 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2019-01-21 14:56:27 -0600 |
| commit | 2b3be5ef9a1af6e82fda15158d302b7c5f74f207 (patch) | |
| tree | 778c4e6b66e40dd2beffcc429e1c45ad49270c9c /MiddlePanel.qml | |
| parent | b44bcffd6fca6ba30f75a683a243ce315b2494ac (diff) | |
| parent | 84c509c00d3d7ce7e5917fe7a37026b6349ddca7 (diff) | |
| download | monzero-gui-2b3be5ef9a1af6e82fda15158d302b7c5f74f207.tar.gz monzero-gui-2b3be5ef9a1af6e82fda15158d302b7c5f74f207.tar.xz monzero-gui-2b3be5ef9a1af6e82fda15158d302b7c5f74f207.zip | |
Merge pull request #1894
3840126 merchant: hide color stripe (selsta)
2d18821 merchant: round in ago() function (selsta)
aa82615 merchant: fix payment tracker sorting (selsta)
84c509c merchant: fix timezone offset (selsta)
Diffstat (limited to 'MiddlePanel.qml')
| -rw-r--r-- | MiddlePanel.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MiddlePanel.qml b/MiddlePanel.qml index c1f1f8ec..4ed21c58 100644 --- a/MiddlePanel.qml +++ b/MiddlePanel.qml @@ -166,6 +166,7 @@ Rectangle { // color stripe at the top Row { id: styledRow + visible: currentView !== merchantView height: 4 anchors.top: parent.top anchors.left: parent.left |
