Skip to content

Commit

Permalink
qsss修正
Browse files Browse the repository at this point in the history
  • Loading branch information
CSReviser committed Apr 19, 2024
1 parent 12e3104 commit d9b1307
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion qss_files/stylesheet-mac.qss
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ QStatusBar {
background-color: black;
}


/*
QPushButton {
background-color: steelblue;
color: white;
Expand All @@ -213,3 +213,4 @@ QPushButton:pressed {
border-bottom: 1px solid white;

}
*/
3 changes: 2 additions & 1 deletion qss_files/stylesheet-ubu.qss
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ QStatusBar {
background-color: black;
}


/*
QPushButton {
background-color: steelblue;
color: white;
Expand All @@ -212,3 +212,4 @@ QPushButton:pressed {
border-bottom: 1px solid white;

}
*/
4 changes: 2 additions & 2 deletions qss_files/stylesheet-win.qss
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ MessageWindow QPushButton {
background-color: darkslategray;
color: white;
}

/*
QPushButton {
background-color: steelblue;
color: white;
Expand All @@ -190,4 +190,4 @@ QPushButton:pressed {
border-bottom: 1px solid white;

}

*/

0 comments on commit d9b1307

Please sign in to comment.