From 0b0582ad5cd285bfb39c32e201894b30bb26dcce Mon Sep 17 00:00:00 2001 From: itsmattkc <34096995+itsmattkc@users.noreply.github.com> Date: Mon, 20 Mar 2023 16:20:43 -0700 Subject: [PATCH] style: decrease tab font size --- app/ui/style/olive-dark/style.css | 7 ++++++- app/ui/style/olive-light/style.css | 7 ++++++- 2 files changed, 12 insertions(+), 2 deletions(-) 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; +}