Skip to content

Commit

Permalink
Remove font familiy setting from styles
Browse files Browse the repository at this point in the history
  • Loading branch information
minoue committed Sep 25, 2016
1 parent 511f673 commit 0fff2ca
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 32 deletions.
5 changes: 0 additions & 5 deletions app/style/alfredDark/alfredDark.qss
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,11 @@ QListView
color: white;
background-color: rgb(60, 60, 60);
selection-background-color: rgb(178, 215, 255);
/* padding: 0px; */
border-style: solid;
border-radius: 1px;
border-width: 1px;
border-color: rgb(60, 60, 60, 100);
font-size: 20pt;
font-family: "M+ 1p light";
font-weight: normal;
font-style: normal
}
Expand All @@ -26,20 +24,17 @@ QLineEdit
color: white;
background-color: rgb(60, 60, 60);
selection-background-color: rgb(178, 215, 255);
/* padding: 0px; */
border-style: solid;
border-radius: 12px;
border-width: 7px;
border-color: black;
font-size: 28pt;
font-family: "M+ 1p light";
font-weight: normal;
font-style: normal
}

#miExec_frame
{
/* color: white; */
background-color: rgb(10, 10, 10, 64);
padding: 7px;
border-style: solid;
Expand Down
4 changes: 0 additions & 4 deletions app/style/alfredLight/alfredLight.qss
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,11 @@ QListView
color: black;
background-color: rgb(251, 251, 251);
selection-background-color: rgb(178, 215, 255);
/* padding: 0px; */
border-style: solid;
border-radius: 1px;
border-width: 1px;
border-color: rgb(60, 60, 60, 100);
font-size: 20pt;
font-family: "M+ 1p";
font-weight: normal;
font-style: normal
}
Expand All @@ -32,14 +30,12 @@ QLineEdit
border-width: 7px;
border-color: rgb(251, 251, 251);
font-size: 28pt;
font-family: "M+ 1p";
font-weight: normal;
font-style: normal
}

#miExec_frame
{
/* color: white; */
background-color: rgb(10, 10, 10, 120);
padding: 7px;
border-style: solid;
Expand Down
2 changes: 0 additions & 2 deletions app/style/mediumRounded/mediumRounded.qss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ QListView
border-width: 1px;
border-color: rgb(0, 236, 236);
font-size: 14pt;
font-family: "M+ 1p light";
font-weight: 400
}

Expand All @@ -29,7 +28,6 @@ QLineEdit
border-width: 1px;
border-color: rgb(90, 120, 155);
font-size: 20pt;
font-family: "M+ 1p light";
font-weight: 400
}

Expand Down
7 changes: 0 additions & 7 deletions app/style/nuke/nuke.qss
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ QListView
border-radius: 2px;
border-width: 1px;
border-color: rgb(25, 25, 25);
/* font-size: 16pt; */
/* font-family: Courier New; */
font-weight: 100
}

Expand All @@ -30,8 +28,6 @@ QLineEdit
border-radius: 4px;
border-width: 1px;
border-color: rgb(90, 120, 155);
/* font-size: 10pt; */
/* font-family: Courier New; */
font-weight: 100
}

Expand All @@ -44,7 +40,4 @@ QLineEdit
border-radius: 8px;
border-width: 1px;
border-color: rgb(255, 255, 255);
/* font-size: 10pt; */
/* font-family: Courier New; */
/* font-weight: 400 */
}
7 changes: 0 additions & 7 deletions app/style/nukeSquared/nukeSquared.qss
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ QListView
border-radius: 1px;
border-width: 1px;
border-color: rgb(25, 25, 25);
/* font-size: 16pt; */
/* font-family: Courier New; */
font-weight: 100
}

Expand All @@ -30,8 +28,6 @@ QLineEdit
border-radius: 1px;
border-width: 1px;
border-color: rgb(90, 120, 155);
/* font-size: 10pt; */
/* font-family: Courier New; */
font-weight: 100
}

Expand All @@ -44,7 +40,4 @@ QLineEdit
border-radius: 1px;
border-width: 1px;
border-color: rgb(255, 255, 255);
/* font-size: 10pt; */
/* font-family: Courier New; */
/* font-weight: 400 */
}
9 changes: 2 additions & 7 deletions app/style/nukeSquaredMedium/nukeSquaredMedium.qss
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ QListView
border-radius: 1px;
border-width: 1px;
border-color: rgb(25, 25, 25);
font-size: 14pt;
font-family: "M+ 1p light";
font-size: 16pt;
font-weight: 100
}

Expand All @@ -30,8 +29,7 @@ QLineEdit
border-radius: 1px;
border-width: 1px;
border-color: rgb(90, 120, 155);
font-size: 14pt;
font-family: "M+ 1p light";
font-size: 16pt;
font-weight: 100
}

Expand All @@ -44,7 +42,4 @@ QLineEdit
border-radius: 1px;
border-width: 1px;
border-color: rgb(255, 255, 255);
/* font-size: 10pt; */
font-family: "M+ 1p light";
/* font-weight: 400 */
}

0 comments on commit 0fff2ca

Please sign in to comment.