style: decrease tab font size
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user