From 1c8c34b4430dea4fafeb427dc57a20ae0b292d9f Mon Sep 17 00:00:00 2001 From: Simone Gaiarin Date: Fri, 6 Jan 2017 16:39:20 +0100 Subject: [PATCH] Add padding among buttons For some reason after using the new _addButton method the padding among the buttons is not there any more. So I add it manually. --- aqt/editor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aqt/editor.py b/aqt/editor.py index 3a3052d9b..bb2c22ef4 100644 --- a/aqt/editor.py +++ b/aqt/editor.py @@ -50,7 +50,7 @@ background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%%, #7f7), color-stop(100%%, #77f)); } -.linkb { -webkit-appearance: none; border: 0; padding: 0px; background: transparent; } +.linkb { -webkit-appearance: none; border: 0; padding: 0px 2px; background: transparent; } .linkb:disabled { opacity: 0.3; cursor: not-allowed; } .highlighted {