2019-12-19 15:45:23 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<interface>
|
2021-10-19 20:53:12 -03:00
|
|
|
<template class="CcPermissionInfobar" parent="AdwBin">
|
2019-12-19 15:45:23 +01:00
|
|
|
<property name="valign">start</property>
|
|
|
|
<child>
|
2021-10-19 20:53:12 -03:00
|
|
|
<object class="GtkRevealer" id="revealer">
|
|
|
|
<property name="hexpand">True</property>
|
|
|
|
<property name="reveal-child">True</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkInfoBar">
|
2019-12-19 15:45:23 +01:00
|
|
|
<child>
|
|
|
|
<object class="GtkBox">
|
2021-10-19 20:53:12 -03:00
|
|
|
<property name="margin-top">10</property>
|
|
|
|
<property name="margin-bottom">10</property>
|
|
|
|
<property name="margin-start">10</property>
|
|
|
|
<property name="margin-end">10</property>
|
|
|
|
<property name="spacing">10</property>
|
2019-12-19 15:45:23 +01:00
|
|
|
<child>
|
2021-10-19 20:53:12 -03:00
|
|
|
<object class="GtkImage">
|
|
|
|
<property name="icon-name">system-lock-screen-symbolic</property>
|
2019-12-19 15:45:23 +01:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2021-10-19 20:53:12 -03:00
|
|
|
<object class="GtkBox">
|
|
|
|
<property name="hexpand">True</property>
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="title">
|
|
|
|
<property name="halign">start</property>
|
2022-02-14 20:03:59 +01:00
|
|
|
<property name="wrap">True</property>
|
2021-10-19 20:53:12 -03:00
|
|
|
<!-- Actual string set in code -->
|
|
|
|
<property name="label"></property>
|
|
|
|
<attributes>
|
|
|
|
<attribute name="weight" value="bold"/>
|
|
|
|
</attributes>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel">
|
|
|
|
<property name="halign">start</property>
|
2022-02-14 20:03:59 +01:00
|
|
|
<property name="wrap">True</property>
|
2021-10-19 20:53:12 -03:00
|
|
|
<property name="label" translatable="yes">Some settings must be unlocked before they can be changed.</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
<object class="GtkCenterBox">
|
|
|
|
<property name="margin-top">10</property>
|
|
|
|
<property name="margin-bottom">10</property>
|
|
|
|
<property name="margin-start">10</property>
|
|
|
|
<property name="margin-end">10</property>
|
|
|
|
<child type="end">
|
|
|
|
<object class="GtkLockButton" id="lock_button">
|
|
|
|
<property name="receives-default">True</property>
|
|
|
|
<property name="label" translatable="yes">Unlock…</property>
|
2022-02-14 20:03:59 +01:00
|
|
|
<property name="valign">GTK_ALIGN_CENTER</property>
|
2019-12-19 15:45:23 +01:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
2021-10-19 20:53:12 -03:00
|
|
|
|
2019-12-19 15:45:23 +01:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</template>
|
|
|
|
</interface>
|