diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2018-10-11 14:45:45 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2018-10-11 14:45:45 -0500 |
| commit | e7c73164a68ee265e74bfe6cbdfc3df94886414b (patch) | |
| tree | 7c3f9093489f64513d3f5c2af346fd563d532ead /components | |
| parent | 6ca3c1a23e8e978c3a1c5a155768965405bf2419 (diff) | |
| parent | e21f8903eec7c64836314c1729473e81f83a4a05 (diff) | |
| download | monzero-gui-e7c73164a68ee265e74bfe6cbdfc3df94886414b.tar.gz monzero-gui-e7c73164a68ee265e74bfe6cbdfc3df94886414b.tar.xz monzero-gui-e7c73164a68ee265e74bfe6cbdfc3df94886414b.zip | |
Merge pull request #1605
e21f890 Replacing the optional ring size slider in favor of static ring size 11 (skftn)
Diffstat (limited to 'components')
| -rw-r--r-- | components/PrivacyLevel.qml | 2 | ||||
| -rw-r--r-- | components/PrivacyLevelSmall.qml | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/components/PrivacyLevel.qml b/components/PrivacyLevel.qml index 9cfe09d1..63c9b2ba 100644 --- a/components/PrivacyLevel.qml +++ b/components/PrivacyLevel.qml @@ -26,6 +26,8 @@ // STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF // THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// @TODO: Remove component after wizard redesign + import QtQuick 2.0 Item { diff --git a/components/PrivacyLevelSmall.qml b/components/PrivacyLevelSmall.qml index 7b869044..4672f1ed 100644 --- a/components/PrivacyLevelSmall.qml +++ b/components/PrivacyLevelSmall.qml @@ -26,6 +26,8 @@ // STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF // THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// @TODO: Remove component after wizard redesign + import QtQuick 2.0 Item { |
