diff --git a/app/ui/style/olive-dark/style.css b/app/ui/style/olive-dark/style.css index b66c597a1..1965fc527 100644 --- a/app/ui/style/olive-dark/style.css +++ b/app/ui/style/olive-dark/style.css @@ -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; +} diff --git a/app/ui/style/olive-light/style.css b/app/ui/style/olive-light/style.css index 2913b1073..ec767f01b 100644 --- a/app/ui/style/olive-light/style.css +++ b/app/ui/style/olive-light/style.css @@ -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 . ***/ + +/* Make tab bar a little less chunky */ +QTabBar { + font-size: 9pt; +}