gnome-control-center/panels/default-apps/cc-default-apps-panel.ui
Georges Basile Stavracas Neto b9064cf2f6 default-apps: Port to GTK4
An easy one, mostly removing code from the UI file.
2021-12-14 22:34:21 -03:00

160 lines
6 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<interface>
<!-- interface-requires gtk+ 3.0 -->
<template class="CcDefaultAppsPanel" parent="CcPanel">
<property name="hexpand">True</property>
<property name="vexpand">True</property>
<property name="margin_top">32</property>
<property name="margin_bottom">32</property>
<property name="margin_start">24</property>
<property name="margin_end">24</property>
<child>
<object class="GtkBox">
<property name="halign">center</property>
<property name="valign">start</property>
<property name="spacing">10</property>
<property name="orientation">vertical</property>
<child>
<object class="GtkGrid" id="default_apps_grid">
<property name="column_spacing">12</property>
<property name="row_spacing">12</property>
<child>
<object class="GtkLabel" id="web_label">
<property name="xalign">1</property>
<property name="label" translatable="yes">_Web</property>
<property name="use_underline">True</property>
<style>
<class name="dim-label"/>
</style>
</object>
</child>
<child>
<object class="GtkLabel" id="mail_label">
<property name="xalign">1</property>
<property name="label" translatable="yes">_Mail</property>
<property name="use_underline">True</property>
<layout>
<property name="row">1</property>
<property name="column">0</property>
</layout>
<style>
<class name="dim-label"/>
</style>
</object>
</child>
<child>
<object class="GtkLabel" id="calendar_label">
<property name="xalign">1</property>
<property name="label" translatable="yes">_Calendar</property>
<property name="use_underline">True</property>
<layout>
<property name="row">2</property>
<property name="column">0</property>
</layout>
<style>
<class name="dim-label"/>
</style>
</object>
</child>
<child>
<object class="GtkLabel" id="music_label">
<property name="xalign">1</property>
<property name="label" translatable="yes">M_usic</property>
<property name="use_underline">True</property>
<layout>
<property name="row">3</property>
<property name="column">0</property>
</layout>
<style>
<class name="dim-label"/>
</style>
</object>
</child>
<child>
<object class="GtkLabel" id="video_label">
<property name="xalign">1</property>
<property name="label" translatable="yes">_Video</property>
<property name="use_underline">True</property>
<layout>
<property name="row">4</property>
<property name="column">0</property>
</layout>
<style>
<class name="dim-label"/>
</style>
</object>
</child>
<child>
<object class="GtkLabel" id="label25">
<property name="label"> </property>
<layout>
<property name="column">2</property>
<property name="row">0</property>
</layout>
</object>
</child>
<child>
<object class="GtkLabel" id="label26">
<property name="label"> </property>
<layout>
<property name="column">2</property>
<property name="row">1</property>
</layout>
</object>
</child>
<child>
<object class="GtkLabel" id="label27">
<property name="label"> </property>
<layout>
<property name="column">2</property>
<property name="row">2</property>
</layout>
</object>
</child>
<child>
<object class="GtkLabel" id="label28">
<property name="label"> </property>
<layout>
<property name="column">2</property>
<property name="row">3</property>
</layout>
</object>
</child>
<child>
<object class="GtkLabel" id="label29">
<property name="label"> </property>
<layout>
<property name="column">2</property>
<property name="row">4</property>
</layout>
</object>
</child>
<child>
<object class="GtkLabel" id="photos_label">
<property name="xalign">1</property>
<property name="label" translatable="yes">_Photos</property>
<property name="use_underline">True</property>
<layout>
<property name="row">5</property>
<property name="column">0</property>
</layout>
<style>
<class name="dim-label"/>
</style>
</object>
</child>
<child>
<object class="GtkLabel" id="label33">
<property name="label"> </property>
<layout>
<property name="column">2</property>
<property name="row">5</property>
</layout>
</object>
</child>
</object>
</child>
</object>
</child>
</template>
</interface>