You are not logged in.
When using "Alt+Tab Menu"
and the following setting
`Cycle through windows in a list`
the list of opened windows uses the following format
<application icon> <application name>
I was wondering if anyone can tell me the line of code used to alter the size of the application icons used?
I know the menus name is
#xfwm-tabwin
I know fonts use
{ font-size: ##pt }
so I was expecting something similar
all I found was
`gtk-icon-transform`
which says it does scaling
but I was thinking that there would be a "size" code
allowing to choose the typical sizes icons are create in
16x16 24x24 32x32 48x48
I have also seen this mentioned
.icon {
width: 48px;
height: 48px;
}
but confused what to do with this because the ".icon" text is outside of the curly brackets unlike the "font-size" example I mention above.
Thank you to anyone who reads this and for any information offered
Offline
Mark solved threads as [SOLVED] to make it easier for others to find solutions.
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
@ToZ
I am so glad I asked this, I would not have figured this out.
Thank you for this link / providing this answer.
If interested, I made a reply to that link you provided, just an observation I made.
Thank you again
Offline
[ Generated in 0.014 seconds, 8 queries executed - Memory usage: 530.46 KiB (Peak: 531.3 KiB) ]