mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-09 12:30:10 +00:00
Fixes undefined reference to 's'
This commit is contained in:
parent
d6427a1efb
commit
1541d87122
1 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@
|
|||
// 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.
|
||||
|
||||
import QtQuick 2.2
|
||||
import QtQuick 2.5
|
||||
import QtQuick.Window 2.0
|
||||
import QtQuick.Layouts 1.1
|
||||
|
||||
|
@ -64,7 +64,7 @@ Rectangle {
|
|||
Item {
|
||||
// Background gradient
|
||||
width: parent.width
|
||||
height: s
|
||||
height: parent.height
|
||||
z: parent.z + 1
|
||||
|
||||
Image {
|
||||
|
|
Loading…
Reference in a new issue