style: decrease tab font size

This commit is contained in:
itsmattkc
2023-03-20 16:20:43 -07:00
parent e9c97407aa
commit 0b0582ad5c
2 changed files with 12 additions and 2 deletions
+6 -1
View File
@@ -1,7 +1,7 @@
/***
Olive - Non-Linear Video Editor
Copyright (C) 2022 Olive Team
Copyright (C) 2023 Olive Studios LLC
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -22,3 +22,8 @@
QPushButton:checked {
background: #191919;
}
/* Make tab bar a little less chunky */
QTabBar {
font-size: 9pt;
}
+6 -1
View File
@@ -1,7 +1,7 @@
/***
Olive - Non-Linear Video Editor
Copyright (C) 2022 Olive Team
Copyright (C) 2023 Olive Studios LLC
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -17,3 +17,8 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
***/
/* Make tab bar a little less chunky */
QTabBar {
font-size: 9pt;
}