! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
[PATCH] Big icons on Window Buttons with "Show buttons label"
Status:
RESOLVED: WONTFIX
Product:
Xfce4-panel
Component:
Window Buttons

Comments

Description Adam Purkrt 2015-10-25 16:06:48 CET
Created attachment 6491 
[PATCH] Big icons on Window Buttons with "Show buttons label"

Currently, when "Window Buttons/Properties/Show button labels" is set, the icons on the buttons are small. I prefer them to be big. With the proposed patch, they scale with the height of the panel. See the attached screenshot.

Perhaps make this an option? Three way combo "Large icons only"/"Large icons + labels"/"Small icons + labels", instead of the current checkbox?


PS: Along with the patch, I have the following in .gtkrc-2.0

style "xfce-tasklist-style"                                   
{
XfceTasklist::max-button-length = 350 # pixels
}
class "XfceTasklist" style "xfce-tasklist-style"
Comment 1 Adam Purkrt 2015-10-25 16:09:43 CET
Created attachment 6492 
Window Buttons with labels and big icons
Comment 2 Simon Steinbeiss editbugs 2017-05-21 23:03:12 CEST
Hi,
we revisited this part in the Gtk+3 port and decided to not do too much scaling simply because the icons provided by libwnck only come in very specific sizes and are therefore often very fuzzy (it's either 16px or 32px that you can then scale up/down).
The current behavior is probably not what you would like to hear, but we don't scale icons all the way, instead we jump from 16 to 32 when it makes sense.

Bug #12277

Reported by:
Adam Purkrt
Reported on: 2015-10-25
Last modified on: 2017-05-21

People

Assignee:
Nick Schermer
CC List:
2 users

Version

Version:
4.12.0

Attachments

Additional information