Skip to content

Commit

Permalink
Drop min-width/height from xfwm4 tabwin (Fixes #224)
Browse files Browse the repository at this point in the history
  • Loading branch information
ochosi committed Sep 13, 2018
1 parent 93ad866 commit 358912c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 10 deletions.
2 changes: 0 additions & 2 deletions gtk-3.0/_xfce.scss
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,6 @@ XfdesktopIconView.view {
-XfwmTabwinWidget-preview-size: 64px;

button {
min-width: 96px;
min-height: 96px;
background-image: none;
color: $selected_fg_color;
font-weight: bold;
Expand Down
5 changes: 2 additions & 3 deletions gtk-3.0/gtk-contained-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -2357,12 +2357,11 @@ popover.background {
*************/
notebook.frame {
border-style: none; }
notebook.frame > header {
margin-left: 0; }
notebook.frame > stack:not(:only-child) {
border: 1px solid shade(#393f3f, 0.9); }

notebook.frame > header {
margin-left: 0; }

notebook > header {
padding: 1px;
background-color: #393f3f; }
Expand Down
7 changes: 2 additions & 5 deletions gtk-3.0/gtk-contained.css
Original file line number Diff line number Diff line change
Expand Up @@ -2371,12 +2371,11 @@ popover.background {
*************/
notebook.frame {
border-style: none; }
notebook.frame > header {
margin-left: 0; }
notebook.frame > stack:not(:only-child) {
border: 1px solid shade(#cecece, 0.9); }

notebook.frame > header {
margin-left: 0; }

notebook > header {
padding: 1px;
background-color: #cecece; }
Expand Down Expand Up @@ -4706,8 +4705,6 @@ XfdesktopIconView.view {
-XfwmTabwinWidget-icon-size: 64px;
-XfwmTabwinWidget-preview-size: 64px; }
#xfwm-tabwin button {
min-width: 96px;
min-height: 96px;
background-image: none;
color: #ffffff;
font-weight: bold;
Expand Down

0 comments on commit 358912c

Please sign in to comment.