wok view lxqt-themes/stuff/taskbar.patch @ rev 23859

updated firefox-official (76.0 -> 77.0)
author Hans-G?nter Theisgen
date Wed Jun 17 15:35:48 2020 +0100 (2020-06-17)
parents
children
line source
1 From 595455061248a4bfe054abd6754f35f60949a030 Mon Sep 17 00:00:00 2001
2 From: Paulo Lieuthier <paulolieuthier@gmail.com>
3 Date: Fri, 17 Oct 2014 21:24:27 -0300
4 Subject: [PATCH] Remove plugins' margins from themes files
6 So the user can use que panel edges to activate plugins.
7 ---
8 themes/a-mego/lxqt-panel.qss | 2 +-
9 themes/ambiance/lxqt-panel.qss | 2 +-
10 themes/flat-dark-alpha/lxqt-panel.qss | 2 +-
11 themes/green/lxqt-panel.qss | 2 +-
12 themes/light/lxqt-panel.qss | 2 +-
13 themes/plasma-next-alpha/lxqt-panel.qss | 2 +-
14 6 files changed, 6 insertions(+), 6 deletions(-)
16 diff --git a/themes/a-mego/lxqt-panel.qss b/themes/a-mego/lxqt-panel.qss
17 index 9c62ecf..c027f1f 100644
18 --- a/themes/a-mego/lxqt-panel.qss
19 +++ b/themes/a-mego/lxqt-panel.qss
20 @@ -20,7 +20,7 @@ LxQtPanel[position="Top"] #BackgroundWidget {
21 * General plugins settings
22 */
23 Plugin {
24 - margin: 3px 0 3px 0;
25 + margin: 0;
26 padding: 0;
27 spacing: 20px;
28 }
29 diff --git a/themes/ambiance/lxqt-panel.qss b/themes/ambiance/lxqt-panel.qss
30 index d102754..8877ec8 100644
31 --- a/themes/ambiance/lxqt-panel.qss
32 +++ b/themes/ambiance/lxqt-panel.qss
33 @@ -22,7 +22,7 @@ LxQtPanel[position="Top"] #BackgroundWidget {
34 */
35 Plugin,
36 LxQtPanelPlugin {
37 - margin: 2px 0 2px 0;
38 + margin: 0;
39 padding: 0;
40 spacing: 20px;
41 qproperty-moveMarkerColor: #C94C21;
42 diff --git a/themes/flat-dark-alpha/lxqt-panel.qss b/themes/flat-dark-alpha/lxqt-panel.qss
43 index 2fb4cfc..6452e24 100644
44 --- a/themes/flat-dark-alpha/lxqt-panel.qss
45 +++ b/themes/flat-dark-alpha/lxqt-panel.qss
46 @@ -78,7 +78,7 @@ VolumePopup > QSlider::sub-page:vertical {
48 Plugin,
49 LxQtPanelPlugin {
50 - margin: 2px 0 2px 0;
51 + margin: 0;
52 padding: 0;
53 spacing: 20px;
54 qproperty-moveMarkerColor: #C94C21;
55 diff --git a/themes/green/lxqt-panel.qss b/themes/green/lxqt-panel.qss
56 index 51dacf0..553d007 100644
57 --- a/themes/green/lxqt-panel.qss
58 +++ b/themes/green/lxqt-panel.qss
59 @@ -29,7 +29,7 @@ LxQtPanel[position="Right"] #BackgroundWidget {
60 * General plugins settings
61 */
62 Plugin {
63 - padding: 0 2px 0 2px;
64 + padding: 0;
65 spacing: 20px;
66 }
68 diff --git a/themes/light/lxqt-panel.qss b/themes/light/lxqt-panel.qss
69 index 73c3b63..5462680 100644
70 --- a/themes/light/lxqt-panel.qss
71 +++ b/themes/light/lxqt-panel.qss
72 @@ -29,7 +29,7 @@ LxQtPanel[position="Right"] #BackgroundWidget {
73 * General plugins settings
74 */
75 Plugin {
76 - padding: 0 2px 0 2px;
77 + padding: 0;
78 spacing: 20px;
79 }
81 diff --git a/themes/plasma-next-alpha/lxqt-panel.qss b/themes/plasma-next-alpha/lxqt-panel.qss
82 index 8415022..f039b22 100644
83 --- a/themes/plasma-next-alpha/lxqt-panel.qss
84 +++ b/themes/plasma-next-alpha/lxqt-panel.qss
85 @@ -75,7 +75,7 @@ VolumePopup > QSlider::sub-page:vertical {
87 Plugin,
88 LxQtPanelPlugin {
89 - margin: 2px 0 2px 0;
90 + margin: 0;
91 padding: 0;
92 spacing: 20px;
93 qproperty-moveMarkerColor: #C94C21;