💄 control-center,center-window: add background shadow, use gtk's spacing instead of margin
This commit is contained in:
@@ -19,6 +19,7 @@ export const ControlCenter = (mon: number) => PopupWindow({
|
||||
widthRequest: 395,
|
||||
child: new Widget.Box({
|
||||
orientation: Gtk.Orientation.VERTICAL,
|
||||
spacing: 16,
|
||||
children: [
|
||||
new Widget.Box({
|
||||
className: "control-center-container",
|
||||
|
||||
Reference in New Issue
Block a user