KiKit icon indicating copy to clipboard operation
KiKit copied to clipboard

KiKit GUI too tall, Panelize button hidden

Open murwood opened this issue 2 years ago • 3 comments

Prerequisites

  • [X] I have read FAQ
  • [X] I use the KiKit at least 1.1.0 (older version are not supported)

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.

murwood avatar Jan 30 '23 16:01 murwood

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

yaqwsx avatar Feb 01 '23 20:02 yaqwsx

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: @.***>

murwood avatar Feb 01 '23 22:02 murwood

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.

CapnKernel avatar Jan 10 '24 03:01 CapnKernel