ilgarmehmetali / budgie-pixel-saver-applet

GNU General Public License v2.0
31 stars 6 forks source link

Buttons so strange in top panel #19

Open ramolec opened 7 years ago

ramolec commented 7 years ago

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

ilgarmehmetali commented 6 years ago

Can you check if it still looks the same.

artillect commented 6 years ago

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.

ilgarmehmetali commented 6 years ago

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.

fossfreedom commented 6 years ago

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");