It looks like you're new here. If you want to get involved, click one of these buttons!
Hello,
is it possible sizing the klayout window from command line?
or is it possible modify the window dimension when klayout is opened FULL SCREEN?
thanks and regards
Luciano
Comments
Hi Luciano,
You mean, setting windows dimension when starting KLayout? Every Qt application supports some Qt specific options, including "-geometry". For details see here: https://doc.qt.io/qt-5/qguiapplication.html#supported-command-line-options
But AFAIK you cannot change the window size in full screen mode but definition of that mode.
Matthias