fix width and height of qt gui, update screenshot with STO/RCL/LastX/rotate

This commit is contained in:
Jeff Wang 2019-10-21 02:36:31 -04:00
parent 581a8e26f1
commit 2816712d49
2 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 57 KiB

After

Width:  |  Height:  |  Size: 59 KiB

View File

@ -4,8 +4,8 @@ import QtQuick.Controls 1.0
ApplicationWindow
{
visible: true
width: 1000
height: 1000
width: 4 * (100 + 5)
height: 5 * (100 + 5) + 200 + 30
title: qsTr("RPN Calculator")
//calculator