budgie-pixel-saver-applet icon indicating copy to clipboard operation
budgie-pixel-saver-applet copied to clipboard

Buttons so strange in top panel

Open ramolec opened this issue 7 years ago • 4 comments

My buttons are stranger in top panel, I can edit them?, how? screenshot from 2017-07-24 18 42 27

DESKTOP BUDGIE 10.3.1-0ubuntu0.5~zesty (Ubuntu Budgie 17.04 zesty)

Theme: ADAPTA - Material design

ramolec avatar Jul 24 '17 21:07 ramolec

Can you check if it still looks the same.

ilgarmehmetali avatar Nov 02 '17 13:11 ilgarmehmetali

I'm using the OSX-arc-shadow theme, and it appears to be using the symbolic alternates to the normal window control buttons.

What it currently looks like:

selection_001

What it should look like:

selection_002

Disabling "Built In Theme" in Budgie Desktop Settings > Style makes it use the proper buttons, but I think my theme breaks the appearance of Raven, and the Budgie Pixel Saver Applet makes the panel too tall.

artillect avatar Jan 04 '18 20:01 artillect

I don't think i can change "Built In Theme" button style.

I will try look into panel height problem, not sure when i can though.

ilgarmehmetali avatar Jan 05 '18 14:01 ilgarmehmetali

Might be worth using GTK_Inspector to see what styles are in play here - i.e. you can remove / add styles for particular GTK widgets. So yeah - if there is a built-in theme you can remove that style class

this.minimize_button.get_style_context().remove_class("some style sname");

fossfreedom avatar Jan 05 '18 15:01 fossfreedom