Restore 5px button margins for TV mode

They were reduced too much recently, causing chapter marks to not fit properly onto the controls bar
This commit is contained in:
Rafał Dzięgiel
2021-03-31 08:56:00 +02:00
parent 66ce006f00
commit 96e5c5aa7c
2 changed files with 2 additions and 6 deletions

View File

@@ -3,7 +3,7 @@ const { GObject, Gtk } = imports.gi;
/* Negative values from CSS */
const PopoverOffset = {
DEFAULT: -3,
TVMODE: -4,
TVMODE: -5,
};
var CustomButton = GObject.registerClass(