File: CleanMetadataButton.ui

package info (click to toggle)
metadata-cleaner 2.4.0%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 4,808 kB
  • sloc: python: 1,682; xml: 343; makefile: 3
file content (16 lines) | stat: -rw-r--r-- 557 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<!--
SPDX-FileCopyrightText: 2020, 2021 Romain Vigier <contact AT romainvigier.fr>
SPDX-License-Identifier: GPL-3.0-or-later
-->
<interface>
  <template class="CleanMetadataButton" parent="GtkButton">
    <property name="valign">center</property>
    <property name="label" translatable="yes">_Clean</property>
    <property name="use-underline">True</property>
    <property name="action-name">win.clean-metadata</property>
    <style>
      <class name="destructive-action"/>
    </style>
  </template>
</interface>