Answers:
因为使用的是Gnome-Shell,所以您看到的标题栏更胖。在Gnome-Shell中,Numix主题的标题栏比Unity版本要胖得多。
检查这两个图像
若要减少这种脂肪,请按照下列步骤
~/.config/gtk-3.0/gtk.css
使用这些内容创建文件.header-bar.default-decoration {
padding-top: 4px;
padding-bottom: 4px;
}
.header-bar.default-decoration .button.titlebutton {
padding-top: 4px;
padding-bottom: 4px;
}
/* No line below the title bar */
.ssd .titlebar {
border-width: 2px;
box-shadow: none;
}
但是,据报道,这种调整有时不适用于GNOME 3.20。为了解决这个问题,您可能需要此问题的解决方案
来源:https://unix.stackexchange.com/questions/257163/reduce-title-bar-height-in-gnome-3-gtk-3