Skip to content

Commit

Permalink
Added animations for tree views
Browse files Browse the repository at this point in the history
  • Loading branch information
xpoke committed Mar 22, 2015
1 parent 1c682ec commit 8e46306
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions MetroDark.qss
Expand Up @@ -41,6 +41,7 @@ ApplicationPalette {
*::tab-bar,
*::tab,
*::section {
qproperty-animated: true;
font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
font-size: 10pt;
margin: 0;
Expand Down
1 change: 1 addition & 0 deletions MetroLite.qss
Expand Up @@ -41,6 +41,7 @@ ApplicationPalette {
*::tab-bar,
*::tab,
*::section {
qproperty-animated: true;
font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
font-size: 10pt;
margin: 0;
Expand Down
1 change: 1 addition & 0 deletions OSX/OSX Dark.qss
Expand Up @@ -50,6 +50,7 @@ ApplicationPalette {
*::tab-bar,
*::tab,
*::section {
qproperty-animated: true;
font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
font-size: 10pt;
margin: 0;
Expand Down
1 change: 1 addition & 0 deletions OSX/OSX Lite.qss
Expand Up @@ -50,6 +50,7 @@ ApplicationPalette {
*::tab-bar,
*::tab,
*::section {
qproperty-animated: true;
font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
font-size: 10pt;
margin: 0;
Expand Down
1 change: 1 addition & 0 deletions source/MetroBase.scss
Expand Up @@ -39,6 +39,7 @@ ApplicationPalette {
*::tab,
*::section
{
qproperty-animated: true;
font-family:"Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
font-size:10pt;
margin:0;
Expand Down

0 comments on commit 8e46306

Please sign in to comment.