theme: make app icons less fuzzy
- force 16x16px - re-render SASS brings in some changes from gnome-shell-sass https://bugzilla.gnome.org/show_bug.cgi?id=747932
This commit is contained in:
@ -25,8 +25,8 @@ const RemoteMenu = imports.ui.remoteMenu;
|
||||
const Main = imports.ui.main;
|
||||
const Tweener = imports.ui.tweener;
|
||||
|
||||
const PANEL_ICON_SIZE = 24;
|
||||
const APP_MENU_ICON_MARGIN = 2;
|
||||
const PANEL_ICON_SIZE = 16;
|
||||
const APP_MENU_ICON_MARGIN = 0;
|
||||
|
||||
const BUTTON_DND_ACTIVATION_TIMEOUT = 250;
|
||||
|
||||
|
Reference in New Issue
Block a user