当屏幕不够大时,可以把顶部的 任务栏高度变小一点,
sudo gedit /usr/share/gnome-shell/theme/gnome-classic.css
把 Top bar 项目 下的
/* TOP BAR */
#panel {
background-color: rgba(0, 0, 0, 0.35);
/* transition from solid to transparent */
transition-duration: 500ms;
font-weight: bold;
height: 1.8em; }
当屏幕显示区域有限时,可以通过编辑gnome-classic.css文件来调整顶部任务栏的高度,具体操作涉及修改面板高度属性。
1567

被折叠的 条评论
为什么被折叠?



