Skip to content

[Bug]: Large minimum window width #3777

@genpfault

Description

@genpfault

What happened?

Running a self-built version of today's master on an empty ~/.codelite-dbg results in a main window with a large (~1.5x monitor width, 2880 pixels) minimum window size instead of being more freely resizable like the 18.2.0-2unofficial.trixie binaries, which can go down to a width of 619 pixels.

I have two 1920x1200 monitors set up side-by-side with the desktop extended across them.

Version

Self compiled

Operating system

  • Linux (Debian Trixie)
  • KDE Plasma 6.3.6, Wayland session
  • Qt 6.8.2
  • wxWidgets 3.2.8

Steps to reproduce

Built via:

git checkout 06b3d9e1ae4e6a52d405089c25791eca1b5680b2
git submodule update --init --recursive
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Debug -DCOPY_WX_LIBS=0 -DCMAKE_INSTALL_PREFIX=/opt/codelite
make -j24
sudo mkdir -p /opt/codelite
sudo cmake --install .

Run via:

rm -rf ~/.codelite-dbg
/opt/codelite/bin/codelite

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions