lookingGlass: Fix visual papercuts
- change icon size to 16px - give those icons a buttonized style Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2156>
This commit is contained in:

committed by
Florian Müllner

parent
a92f749daf
commit
d9f3596592
@ -1268,7 +1268,6 @@ class LookingGlass extends St.BoxLayout {
|
||||
style_class: 'lg-toolbar-button',
|
||||
child: new St.Icon({
|
||||
icon_name: 'find-location-symbolic',
|
||||
icon_size: 24,
|
||||
}),
|
||||
});
|
||||
toolbar.add_actor(inspectButton);
|
||||
@ -1289,7 +1288,6 @@ class LookingGlass extends St.BoxLayout {
|
||||
style_class: 'lg-toolbar-button',
|
||||
child: new St.Icon({
|
||||
icon_name: 'user-trash-full-symbolic',
|
||||
icon_size: 24,
|
||||
}),
|
||||
});
|
||||
toolbar.add_actor(gcButton);
|
||||
|
Reference in New Issue
Block a user