Headerbars big size in Ambiance and Radiance theme

Bug #1799663 reported by Valentyna
14
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Ubuntu theme
New
Undecided
Unassigned
ubuntu-themes (Ubuntu)
New
Undecided
Unassigned

Bug Description

In Ubuntu 18.04 (bionic) in Gnome Flashback(Metacity) session headerbars have too big size in Ambiance and Radiance theme.

I have resolved this problem by setting in gtk-widgets.ccs file`s section - .titlebar button .titlebutton - padding: 0;

.titlebar button.titlebutton {
    background-clip: padding-box;
    color: #3d3c37;
    -gtk-icon-shadow: 0 1px rgba(255, 255, 255, 0.1);
    box-shadow: none;
    border: none;
    padding-left: 0;
    padding-right: 0;
    margin: 0;

    padding: 0px; <-------here
    min-width: 20px;
    min-height: 20px;
    background-size: 20px 20px;
    background-image: -gtk-scaled(url("assets/windowbutton.png"),
                                  url("assets/windowbutton@2.png"),
                                  url("assets/windowbutton@3.png"),
                                  url("assets/windowbutton@4.png"));
    background-repeat: no-repeat;
    background-position: center;
}

As I have seen in light-themes(14.04+16.04.20180326-0ubuntu1) padding: 0; - exists in Ambiance and Radiance theme.

.titlebar.header-bar .button.titlebutton {
    background-clip: padding-box;
    border: 1px solid #383734;
    color: #3d3c37;
    icon-shadow: 0 1px rgba(255, 255, 255, 0.1);
    border-radius: 9px;
    padding: 0; <------here
    box-shadow: none;
    background-image: linear-gradient(to top, #5a5955, #75746d 50%, #8e8d88);
}

My OS is:
Description: Ubuntu 18.04.1 LTS
Release: 18.04

Package: light-themes
Version: 16.10+18.04.20180421.1-0ubuntu1
Priority: optional
Section: gnome
Source: ubuntu-themes
Origin: Ubuntu
Maintainer: Ubuntu Artwork Team <email address hidden>
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 17,7 MB
Depends: gtk2-engines-murrine (>= 0.90.3+git20100810), humanity-icon-theme, ubuntu-mono
Homepage: https://launchpad.net/ubuntu-themes
Task: ubuntu-desktop, ubuntukylin-desktop
Supported: 5y
Download-Size: 458 kB
APT-Manual-Installed: no
Description: Light Themes (Ambiance and Radiance)

Tags: bionic patch
Valentyna (valia0906)
description: updated
Revision history for this message
Daniel van Vugt (vanvugt) wrote :

Can you please attach a screenshot of the problem?

Changed in ubuntu-themes (Ubuntu):
status: New → Incomplete
Changed in ubuntu-themes:
status: New → Incomplete
Revision history for this message
Valentyna (valia0906) wrote :

Before adding padding: 0;

Revision history for this message
Valentyna (valia0906) wrote :

After adding padding: 0;

Revision history for this message
Valentyna (valia0906) wrote :

Patch for padding

Changed in ubuntu-themes (Ubuntu):
status: Incomplete → New
Changed in ubuntu-themes:
status: Incomplete → New
Revision history for this message
Ubuntu Foundations Team Bug Bot (crichton) wrote :

The attachment "Patch for padding" seems to be a patch. If it isn't, please remove the "patch" flag from the attachment, remove the "patch" tag, and if you are a member of the ~ubuntu-reviewers, unsubscribe the team.

[This is an automated message performed by a Launchpad user owned by ~brian-murray, for any issues please contact him.]

tags: added: patch
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.