yaqwsx / KiKit

Automation tools for KiCAD
https://yaqwsx.github.io/KiKit
MIT License
1.52k stars 200 forks source link

KiKit GUI too tall, Panelize button hidden #489

Open murwood opened 1 year ago

murwood commented 1 year ago

Prerequisites

KiKit version

version 1.2.0

KiCAD version

Application: KiCad PCB Editor (64-bit) Version: (6.0.4), release build Libraries: wxWidgets 3.1.5 libcurl/7.78.0-DEV Schannel zlib/1.2.11 Platform: Windows 8.1 (build 9600), 64-bit edition, 64 bit, Little endian, wxMSW Build Info: Date: Mar 18 2022 03:04:44 wxWidgets: 3.1.5 (wchar_t,wx containers) Boost: 1.76.0 OCC: 7.6.0 Curl: 7.78.0-DEV ngspice: 36 Compiler: Visual C++ 1928 without C++ ABI Build settings: KICAD_USE_OCC=ON KICAD_SPICE=ON

Operating system

Windows 10

Description

When you press the KiKit action button and the KiKit GUI opens, the Panelize button is hidden by the task bar and you can not get to it, as shown here: screen1

If you hide the taskbar, it will be available. But only the first time. Close the GUI and e-open and it resizes larger and the Panelize button is hidden again, as shown here: screen2

Steps to Reproduce

Open PCB Editor and press the KiKit action button.

yaqwsx commented 1 year ago

Could you open Scipting console from the PCB editor, enter the following commands and give me the output as shown below?

import wx
wx.Display().GetClientArea()

Screenshot from 2023-02-01 21-00-35

murwood commented 1 year ago

Here is what I get: wx.Rect(0, 0, 1600, 860)

Tom ----- Original Message ----- From: Jan Mrázek @.> To: yaqwsx/KiKit @.> Cc: murwood @.>, Author @.> Sent: Wed, 01 Feb 2023 15:01:55 -0500 (EST) Subject: Re: [yaqwsx/KiKit] KiKit GUI too tall, Panelize button hidden (Issue #489)

Could you open Scipting console from the PCB editor, enter the following commands and give me the output as shown below?

import wx
wx.Display().GetClientArea()

Screenshot from 2023-02-01 21-00-35

-- Reply to this email directly or view it on GitHub: https://github.com/yaqwsx/KiKit/issues/489#issuecomment-1412647358 You are receiving this because you authored the thread.

Message ID: @.***>

CapnKernel commented 8 months ago

If anyone is having this problem under Linux, then in most Linux window managers, you can hold down Alt, then click and drag the window until the panelise button is visible.