About 82 results
Open links in new tab
  1. java - How to resize JLabel ImageIcon? - Stack Overflow

    Dec 9, 2015 · When the user adds or removes icons, the others should shrink or grow. My question is really straightforward: I have a JLabel which contains an ImageIcon; how can I …

  2. html - Setting size for icon in CSS - Stack Overflow

    Nov 24, 2014 · Learn how to set icon sizes in CSS effectively with this Stack Overflow discussion and find solutions for various scenarios.

  3. Resize Google Maps marker icon image - Stack Overflow

    When I load an image into the icon property of a marker it displays with its original size, which is a lot bigger than it should be. I want to resize to the standard to a smaller size. What is the...

  4. resizing google material icons font size - Stack Overflow

    Mar 28, 2019 · For the updated google icons you can add font-size to the provided google CSS or you can add a new class to your icon then provide it with a font-size property.

  5. Change size of icons in home app - Apple Community

    Feb 21, 2023 · Change size of icons in home app How do I change, reduce the size of accessory icons in the home app? Posted on Feb 21, 2023 10:15 AM

  6. How to resize (height and width) of an IconButton in Flutter

    Mar 10, 2018 · 88 How to resize (height and width) of an IconButton in Flutter? Seems like it takes a default width and height. There is not height or width property.

  7. how to scale (large) font-awesome icons from the react-icons …

    how to scale (large) font-awesome icons from the react-icons package Asked 8 years, 10 months ago Modified 2 years, 4 months ago Viewed 236k times

  8. adjust desktop icon size - Apple Community

    Apr 11, 2023 · Desktop icons are small. how to enlarge? I can adjust the side bar icons, but not the desktop, eg "Macintosh HD". Running 13.2.1

  9. javascript - Change size of mat-icon-button - Stack Overflow

    Oct 3, 2017 · 36 Mat-icons are font images. To change their size you should override the font size of mat-icon. For Angular Material 8+, add the following in the components stylesheet:

  10. Resizing icon to fit on JButton in Java? - Stack Overflow

    Whenever I set an icon for my JButton it is always not sized correctly. How can I resize the icon to fit the button fully? final JButton btnSanic = new JButton(); Image img = icon.getImage(); Image