From 0fff2ca6f8fb1a721f285696a368d999c98b8a95 Mon Sep 17 00:00:00 2001 From: minoue Date: Sun, 25 Sep 2016 11:26:34 -0400 Subject: [PATCH] Remove font familiy setting from styles --- app/style/alfredDark/alfredDark.qss | 5 ----- app/style/alfredLight/alfredLight.qss | 4 ---- app/style/mediumRounded/mediumRounded.qss | 2 -- app/style/nuke/nuke.qss | 7 ------- app/style/nukeSquared/nukeSquared.qss | 7 ------- app/style/nukeSquaredMedium/nukeSquaredMedium.qss | 9 ++------- 6 files changed, 2 insertions(+), 32 deletions(-) diff --git a/app/style/alfredDark/alfredDark.qss b/app/style/alfredDark/alfredDark.qss index 35eec12..da4f30b 100644 --- a/app/style/alfredDark/alfredDark.qss +++ b/app/style/alfredDark/alfredDark.qss @@ -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 } @@ -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; diff --git a/app/style/alfredLight/alfredLight.qss b/app/style/alfredLight/alfredLight.qss index 409c3be..0ae806c 100644 --- a/app/style/alfredLight/alfredLight.qss +++ b/app/style/alfredLight/alfredLight.qss @@ -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 } @@ -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; diff --git a/app/style/mediumRounded/mediumRounded.qss b/app/style/mediumRounded/mediumRounded.qss index 04a7153..ea4e927 100644 --- a/app/style/mediumRounded/mediumRounded.qss +++ b/app/style/mediumRounded/mediumRounded.qss @@ -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 } @@ -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 } diff --git a/app/style/nuke/nuke.qss b/app/style/nuke/nuke.qss index c0b63e0..2ededbe 100644 --- a/app/style/nuke/nuke.qss +++ b/app/style/nuke/nuke.qss @@ -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 } @@ -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 } @@ -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 */ } diff --git a/app/style/nukeSquared/nukeSquared.qss b/app/style/nukeSquared/nukeSquared.qss index b9f5a31..1333450 100644 --- a/app/style/nukeSquared/nukeSquared.qss +++ b/app/style/nukeSquared/nukeSquared.qss @@ -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 } @@ -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 } @@ -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 */ } diff --git a/app/style/nukeSquaredMedium/nukeSquaredMedium.qss b/app/style/nukeSquaredMedium/nukeSquaredMedium.qss index 2e0c67d..54e5f7b 100644 --- a/app/style/nukeSquaredMedium/nukeSquaredMedium.qss +++ b/app/style/nukeSquaredMedium/nukeSquaredMedium.qss @@ -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 } @@ -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 } @@ -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 */ }