Increase Brisk menu icon size

Hello everyone I’m running Ubuntu mate 17.10 and was wondering if it’s possible to make the Brisk menu icons larger

Thanks for any help with this

1 Like

Well it is possible if you change the source code and build.
Before: Brisk Menu 0.4.something (default in 17.10)


After: Brisk Menu 0.5 with small changes to make Icons bigger.

Note that some widgets use built-in Gtk stock icon sizes.

[code]Built-in stock icon sizes.
Members

GTK_ICON_SIZE_INVALID
Invalid size.

GTK_ICON_SIZE_MENU
Size appropriate for menus (16px).

GTK_ICON_SIZE_SMALL_TOOLBAR
Size appropriate for small toolbars (16px).

GTK_ICON_SIZE_LARGE_TOOLBAR
Size appropriate for large toolbars (24px)

GTK_ICON_SIZE_BUTTON
Size appropriate for buttons (16px)

GTK_ICON_SIZE_DND
Size appropriate for drag and drop (32px)

GTK_ICON_SIZE_DIALOG
Size appropriate for dialogs (48px)
[/code]

1 Like

But what is the file called and where is the source code?

1 Like

Hi, @GregorKloske and welcome to the Ubuntu MATE Community!

Thanks, but I never liked Ubuntu.
I only use Slackware, and I'm here because I installed MATE and Brisk Menu. I just wanted to know how to greatly increase the icon size within Brisk Menu, and the most snobbish user never reveals it.

1 Like

You need to locate the folder related to your theme and look for the icons in a location similar to what you see in the below image:

I changed mine from 22px to 32px.

1 Like

I've known that for years.
I just want to know what the source code is that sizes the Brisk Menu icons and where that source code is located.