fix width and height of qt gui, update screenshot with STO/RCL/LastX/rotate
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user