How to Increase Terminal Font Size in atom - atom-editor

The terminal font size is too small in atom.
I am unable to increase it. However the editor font size can be increased easily.

Related

How to increase the font size for code samples in sphinx?

When i want to display some with fixed-width font in Sphinx, i place it between two inverted ticks ("inline markup for code samples"):
The class ``Test1`` is pure virtual.
Unfortunately, the size of this font is much smaller than the font for normal text:
Searching for a method to increase this font i found the post
How do I increase the fixed width font size in Sphinx / reStructured Text? ,
but i think it is out of date (2014), because the solutions given there seem not to work - for instance, the file default.css_t does not exist in my installation.
I also tried to modify /build/html/_static/basic.css, but after doing build html my changes have vanished and everything looked like it did before.
How can i change the font size of code samples in the current version of sphinx (4.4.0)?

How to reset the size of the Qt's window font?

I have left my computer on overnight and in the morning I have noticed, that the font of the windows in QtCreator is significantly bigger as it was, though not everywhere. The text editor, the menu and the side panels are shown with the usual font size (see the first screenshot). I have also noticed, that this change affects other Qt programs, as the Maintenance tool and QtLinguist.
Legend: Red - huge font, should be reset. Green - font is as it should be.
The font size of all other installed programs is unchanged. Just in case I have checked the display settings of Windows and the scale is at 100%, where it was.
Note: I have tried deleting the settings under user/AppData..., but it didn't help.
How to reset the font back to normal?
for changing the size of the font in the source code you can use the short cuts (with the editor focused)
to zoom in: "ctrl" and "+"
to zoom out: "ctrl" and "-"
for the environment the you can set the environment variable
export QT_SCALE_FACTOR=1.5

The fonts in the Jupyte Notebook''s Command Palette has become small

Previously the font in the Jupyter Notebook's Command Palette was normal. But now, it had become very small.
How do return to the original font size?
see here
You can see the text in the box is small. See the cells behind it, the fonts are normal. But, only the text in the box of Command Palette is small.

Change Arch Linux Gnome Desktop Default Icon Size

So I've done some searching around and all I can find is how to change the size one at a time (right click on file, click change icon size, drag from one corner to adjust the size). I also could only find stuff with Nautilus and one for Ubuntu. And that gets a bit annoying since the default icon size is way to big. Is there a way to set the default size for the desktop icons? I'm using Arch Linux OS with gnome and gnome extra. It took me a while to figure out how to get the icons to show up on the desktop but I think they're way to big.
This worked for me:
gsettings set org.gnome.nautilus.icon-view default-zoom-level 'small'

Customize icon size Atom toolbar?

I recently installed the atom editor and the packages tool-barand tool-bar-atom. Unfortunately the icon size in the toolbar is quite large (please click the image to see the real size)
How can I customize the icon size? I am on a 4K display and assume that this is the problem.
You can change the icon size in the package settings (Preferences > Packages). Available sizes are 12px, 16px, 24px and 32px.

Resources