Customize icon size Atom toolbar? - 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.

Related

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

Changing font for Hydrogen Atom Code Inspector

How do I change the font (and font size) for the Code Inspector pane (accessible from the Command Palette 'Hydrogen: Toggle Inspector')?
Asking mainly because the font size is a tad too small for me when I pull up the Inspector pane.
Thanks in advance!
As of Hydrogen version 1.22.0 you can configure the font size for the output and side panels (including the inspector) inside the Hydrogen settings.
For older versions you need to customize the user style sheet of Atom.

How can I use multiple icon size in same wizard?

How can I use multiple icon size in same wizard?
I have 16x16, 32x32, 48x48, 64x64 and 256x256 icon's size and I want to know if i can use them all in nsis?
To use as small, medium and large icons. If I change the view in windows explorer the icon of my setup becomes distorted.
A Windows icon can contain multiple images with different sizes, your icon should ideally contain 16x16, 24x24, 32x32, 48x48, 128x128 and 256x256 pixel images.
You need to use a icon editor to create the .ico. There are multiple free icon editors and converters out there...

Qt: How to make window icon bigger (SVG)?

I'm using Qt 4.8.1, and set the window icon with:
app.setWindowIcon(QIcon("/path/to/icon.svg"));
However, no matter how big the svg icon is, the icon shown in the menu bar or when using "alt-tab" in gnome is always very low resolution and "pixelized".
How can I make it render the icon in a higher resolution?
Seems like this can be only avoided when providing a desktop menu entry with a high a resolution icon.
I downloaded qtcreator to test it: When running the version from the web, the icon is bad. As soon as the installed version is run, it works, because the icon from the menu is used.

Increase size of my code font - DWCS5

I'm trying to do something pretty basic here. I just want to make the font of my code larger so I can see it better. How do I do that?
Thanks!
Edit (Dreamweaver on Mac) -> Preferences, Fonts
In DreamWeaver CS6 Option are changed, On the left hand top side on the screen
Dreamweaver > Preference > Fonts > Code view
This image display where to change fonts..
On Windows you can use Ctrl+= to increase font size and Ctrl+- to decrease the font size.
In CS5 most importantly on Windows the preference option is under the edit menu. Where font category contains the option of code view font size. Its normally 9px. You can change it as you want.

Resources