gnome-control-center/panels/network/cc-qr-code-dialog.ui
Georges Basile Stavracas Neto b2363b6847 network: Improve QR code appearance
Replace the 'frame' style class with 'card'.
2023-02-14 19:52:47 -03:00

66 lines
2.2 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<interface>
<template class="CcQrCodeDialog" parent="GtkWindow">
<property name="default-width">350</property>
<property name="default-height">500</property>
<property name="height-request">350</property>
<property name="modal">True</property>
<property name="destroy-with-parent">True</property>
<property name="title" translatable="yes">Share Network</property>
<child type="titlebar">
<object class="GtkHeaderBar">
<property name="show-title-buttons">True</property>
<style>
<class name="flat" />
</style>
</object>
</child>
<child>
<object class="AdwClamp">
<child>
<object class="GtkBox">
<property name="spacing">24</property>
<property name="orientation">vertical</property>
<property name="margin-top">32</property>
<property name="margin-bottom">32</property>
<property name="margin-start">32</property>
<property name="margin-end">32</property>
<child>
<object class="GtkPicture" id="qr_image">
<property name="halign">center</property>
<property name="can-shrink">True</property>
<property name="alternative-text" translatable="yes">QR Code</property>
<style>
<class name="card"/>
<class name="qr-image"/>
</style>
</object>
</child>
<child>
<object class="GtkLabel" id="qr_title">
<property name="label" translatable="yes">Scan to Connect</property>
<property name="css-classes">title-1</property>
</object>
</child>
<child>
<object class="GtkLabel" id="qr_subtitle">
<property name="wrap">True</property>
<property name="halign">center</property>
<property name="justify">center</property>
<property name="natural-wrap-mode">none</property>
</object>
</child>
</object>
</child>
</object>
</child>
</template>
</interface>