mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 09:23:24 +00:00
themes: Fix title bar mode (following 879cec87
)
After the referenced commit, the title bar became to tall. This was due to lack of testing. Now, both title bar and header bar are 36px.
This commit is contained in:
parent
d7228727d7
commit
06b18b9c58
1 changed files with 5 additions and 0 deletions
|
@ -628,3 +628,8 @@ headerbar:backdrop * {
|
|||
headerbar button.titlebutton, headerbar > menubar {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.titlebar {
|
||||
padding-top: 0px;
|
||||
padding-bottom: 0px;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue