* Fix default titlebutton 16x16px.

pull/521/head
Megax 2016-09-01 15:48:51 +02:00
parent 6dc0a00f13
commit a26a9ba54c
1 changed files with 2 additions and 2 deletions
gtk-3.20/scss/widgets

View File

@ -134,8 +134,8 @@
border: 0;
button.titlebutton {
min-height: 22px;
min-width: 22px;
min-height: 16px;
min-width: 16px;
margin: 0;
padding: 0;
}