Optimize buttons. Fixes #452

This only sets minimum button height-width to 16px so that gtk-widgets can use lowest icon-size at 16x16px.
This commit is contained in:
Khurshid Alam
2016-08-30 03:23:11 +05:30
parent 4c2cf031e1
commit 6cb9d03b04
4 changed files with 14 additions and 14 deletions
+4 -3
View File
@@ -47,7 +47,8 @@
}
&.primary-toolbar button {
padding: 5px 6px;
min-width: 28px;
padding: 3px;
}
/* Path Bar */
@@ -66,8 +67,8 @@
grid {
> widget:last-child {
button {
min-height: 15px;
min-width: 20px;
min-height: 16px;
min-width: 16px;
}
button:first-child {