diff options
| author | Sander Ferdinand <sa.ferdinand@gmail.com> | 2018-10-07 02:14:23 +0200 |
|---|---|---|
| committer | Sander Ferdinand <sa.ferdinand@gmail.com> | 2018-10-10 20:04:00 +0200 |
| commit | e21f8903eec7c64836314c1729473e81f83a4a05 (patch) | |
| tree | 1ecfc1c404731c68c2ab34eafecc1727433a503d /components | |
| parent | b4e0dd107c2800562210fe1f55fb711e7ec95e08 (diff) | |
| download | monzero-gui-e21f8903eec7c64836314c1729473e81f83a4a05.tar.gz monzero-gui-e21f8903eec7c64836314c1729473e81f83a4a05.tar.xz monzero-gui-e21f8903eec7c64836314c1729473e81f83a4a05.zip | |
Replacing the optional ring size slider in favor of static ring size 11
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 { |
