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-repo-row.ui | |
parent | Initial commit. (diff) | |
download | gnome-software-upstream.tar.xz gnome-software-upstream.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-repo-row.ui')
-rw-r--r-- | src/gs-repo-row.ui | 121 |
1 files changed, 121 insertions, 0 deletions
diff --git a/src/gs-repo-row.ui b/src/gs-repo-row.ui new file mode 100644 index 0000000..2cbe025 --- /dev/null +++ b/src/gs-repo-row.ui @@ -0,0 +1,121 @@ +<?xml version="1.0" encoding="UTF-8"?> +<interface> + <!-- interface-requires gtk+ 3.10 --> + <template class="GsRepoRow" 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> + <child> + <object class="GtkLabel" id="status_label"> + <property name="visible">False</property> + <style> + <class name="dim-label"/> + </style> + </object> + <packing> + <property name="pack-type">end</property> + </packing> + </child> + </object> + </child> + <child> + <object class="GtkLabel" id="comment_label"> + <property name="visible">False</property> + <property name="halign">start</property> + <property name="xalign">0</property> + <property name="wrap">True</property> + <style> + <class name="dim-label"/> + </style> + </object> + </child> + <child> + <object class="GtkRevealer" id="details_revealer"> + <property name="visible">True</property> + <property name="transition-type">slide-down</property> + <child> + <object class="GtkBox"> + <property name="visible">True</property> + <property name="orientation">vertical</property> + <property name="spacing">12</property> + <child> + <object class="GtkBox" id="url_box"> + <property name="visible">True</property> + <property name="orientation">horizontal</property> + <property name="spacing">8</property> + <child> + <object class="GtkLabel"> + <property name="visible">True</property> + <property name="halign">start</property> + <property name="valign">start</property> + <property name="label" translatable="yes">URL</property> + <style> + <class name="dim-label"/> + </style> + </object> + </child> + <child> + <object class="GtkLabel" id="url_label"> + <property name="visible">True</property> + <property name="halign">start</property> + <property name="valign">start</property> + <property name="ellipsize">end</property> + <style> + <class name="dim-label"/> + </style> + </object> + </child> + </object> + </child> + <child> + <object class="GtkBox"> + <property name="visible">True</property> + <property name="orientation">horizontal</property> + <property name="spacing">8</property> + <child> + <object class="GtkButton" id="button"> + <property name="visible">True</property> + <property name="use_underline">True</property> + <property name="width_request">105</property> + <property name="can_focus">True</property> + <property name="receives_default">True</property> + <property name="halign">start</property> + <property name="valign">start</property> + </object> + </child> + </object> + </child> + </object> + </child> + </object> + </child> + </object> + </child> + </object> + </child> + </template> +</interface> |