Removed type and type-hint in controlcenter.ui

This commit is contained in:
Erik Reider
2021-10-02 00:51:31 +02:00
parent 7629be542f
commit e3e6e39013

View File

@@ -4,10 +4,8 @@
<requires lib="gtk+" version="3.24"/>
<template class="SwayNotificatonCenterControlCenterWidget" parent="GtkApplicationWindow">
<property name="can-focus">False</property>
<property name="type">popup</property>
<property name="resizable">False</property>
<property name="default-width">500</property>
<property name="type-hint">popup-menu</property>
<property name="skip-taskbar-hint">True</property>
<property name="skip-pager-hint">True</property>
<property name="urgency-hint">True</property>