diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 15:18:46 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 15:18:46 +0000 |
commit | 56294d30a82ec2da6f9ce399740c1ef65a9ddef4 (patch) | |
tree | bbe3823e41495d026ba8edc6eeaef166edb7e2a2 /src/gs-third-party-repo-row.ui | |
parent | Initial commit. (diff) | |
download | gnome-software-56294d30a82ec2da6f9ce399740c1ef65a9ddef4.tar.xz gnome-software-56294d30a82ec2da6f9ce399740c1ef65a9ddef4.zip |
Adding upstream version 3.38.1.upstream/3.38.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/gs-third-party-repo-row.ui')
-rw-r--r-- | src/gs-third-party-repo-row.ui | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/src/gs-third-party-repo-row.ui b/src/gs-third-party-repo-row.ui new file mode 100644 index 0000000..68ba9b1 --- /dev/null +++ b/src/gs-third-party-repo-row.ui @@ -0,0 +1,61 @@ +<?xml version="1.0" encoding="UTF-8"?> +<interface> + <!-- interface-requires gtk+ 3.10 --> + <template class="GsThirdPartyRepoRow" parent="GtkListBoxRow"> + <child> + <object class="GtkBox"> + <property name="visible">True</property> + <property name="margin-top">18</property> + <property name="margin-bottom">18</property> + <property name="margin-start">18</property> + <property name="margin-end">18</property> + <property name="orientation">horizontal</property> + <property name="spacing">16</property> + <child> + <object class="GtkBox" id="vbox"> + <property name="visible">True</property> + <property name="orientation">vertical</property> + <property name="spacing">6</property> + <property name="hexpand">True</property> + <child> + <object class="GtkBox" id="hbox"> + <property name="visible">True</property> + <property name="orientation">horizontal</property> + <property name="spacing">4</property> + <child> + <object class="GtkLabel" id="name_label"> + <property name="visible">True</property> + <property name="halign">start</property> + <property name="ellipsize">end</property> + </object> + </child> + </object> + </child> + <child> + <object class="GtkLabel" id="comment_label"> + <property name="visible">True</property> + <property name="halign">start</property> + <property name="xalign">0</property> + <property name="wrap">True</property> + <style> + <class name="dim-label"/> + </style> + </object> + </child> + </object> + </child> + <child> + <object class="GsProgressButton" id="button"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="use_underline">True</property> + <property name="width_request">105</property> + <property name="receives_default">True</property> + <property name="halign">end</property> + <property name="valign">center</property> + </object> + </child> + </object> + </child> + </template> +</interface> |