containers / podman-desktop

Podman Desktop is the best free and open source tool to work with Containers and Kubernetes for developers. Get an intuitive and user-friendly interface to effortlessly build, manage, and deploy containers and Kubernetes — all from your desktop.
https://podman-desktop.io
Apache License 2.0
4.83k stars 303 forks source link

Increase font size #1660

Closed kdubois closed 1 month ago

kdubois commented 1 year ago

Is your enhancement related to a problem? Please describe

The font size of the logs is very small (at least on my Fedora instance).

I did in the end find in the Settings > Editor|Terminal > Integrated: Font Size how to change the font size but that was not very intuitive to find.

Also, in the 'Inspect' tab for a container, when I right click I see a command palette where I can change the font size for that particular view. It's a bit strange that this only applies to the Inspect view.

Describe the solution you'd like

It would be nice if the default font size was larger and/or if I could use ctrl + '+' or '-' to change the font size.

It would be nice if the command palette of the Inspect view would apply to the other views as well; and if I could set keyboard shortcuts for eg. changing the font.

Describe alternatives you've considered

No response

Additional context

No response

benoitf commented 1 year ago

Hello @kdubois It is possible to change the size of terminals and editors in the settings There is an ongoing work to make the UI more user friendly so it should be more intuitive.

It's also possible to use shortcuts to increase the whole UI You have zoom menu in view menu. If menu is not displayed you can display it using the left alt key

kdubois commented 1 year ago

Hi @benoitf thanks for the feedback. The zoom function from the view menu doesn't seem to do anything for me, fyi... maybe because I've now hardcoded the font-size in my settings?

benoitf commented 1 year ago

AFAIK it's a global zoom so it's independent of the font size

https://user-images.githubusercontent.com/436777/224680778-4963d0c1-918d-4df7-b7bb-bee5dd8eea82.mp4

kdubois commented 1 year ago

This is what it's (not) doing in my instance:
(same on the inspect view)

Screencast from 2023-03-13 12-56-29.webm

lstocchi commented 1 year ago

@kdubois what if you do View -> Zoom in? zoomin

kdubois commented 1 year ago

@lstocchi Yes that works. (the Ctrl ++ or - does not, however)

benoitf commented 1 year ago

ah yes I talked about View/'Zoom In'/'Zoom out'

kdubois commented 1 year ago

Sorry, my bad 😅

kdubois commented 1 year ago

Has the ctrl++ not working bug already been raised in another issue?

ivanbarczak commented 9 months ago

On Windows, the + on Numpad doesn't work, so the actual command for a US keyboard ends up being Ctrl + Shift + =/+ (because you have to access + not = ) Would be simpler if numpad + would work for sure, or even ctrl + =

github-actions[bot] commented 3 months ago

This issue has been automatically marked as stale because it has not had activity in the last 6 months. It will be closed in 30 days if no further activity occurs. Please feel free to leave a comment if you believe the issue is still relevant. Thank you for your contributions!

VentGrey commented 2 months ago

Still happening in the latest flatpak version. The only way to zoom in is to open Devtools and use the zoom feature provided there to adjust your UI size.

Tedious, but it does what Ctrl + and Ctrl - have been doing for ages.