Skip to content

Commit

Permalink
Re-apply xfwm4 tabwin sizing improvement (Issue #224)
Browse files Browse the repository at this point in the history
  • Loading branch information
ochosi committed Feb 9, 2019
1 parent c7b7e82 commit 068aaa2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gtk-3.0/_xfce.scss
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,10 @@ XfdesktopIconView.view {
transition-duration: 50ms;
}
}
.tabwin-app-grid button {
min-width: 96px;
min-height: 96px;
}
}

#xfce4-terminal-notebook {
Expand Down
3 changes: 3 additions & 0 deletions gtk-3.0/gtk-contained.css
Original file line number Diff line number Diff line change
Expand Up @@ -4731,6 +4731,9 @@ XfdesktopIconView.view {
#xfwm-tabwin button:hover {
background: #22558b;
transition-duration: 50ms; }
#xfwm-tabwin .tabwin-app-grid button {
min-width: 96px;
min-height: 96px; }

#xfce4-terminal-notebook > stack:not(:only-child) {
/* Make sure there are no extra borders for the tabs in the terminal apart from at the top */
Expand Down

0 comments on commit 068aaa2

Please sign in to comment.