[gnome-software: 4/5] gs-details-page: Reindent UI file
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software: 4/5] gs-details-page: Reindent UI file
- Date: Fri, 6 Aug 2021 13:33:03 +0000 (UTC)
commit a7daea7c46be18bacd399ed68414d24ac06f967c
Author: Philip Withnall <pwithnall endlessos org>
Date: Thu Aug 5 17:41:52 2021 +0100
gs-details-page: Reindent UI file
This introduces no functional changes.
Signed-off-by: Philip Withnall <pwithnall endlessos org>
Helps: #1350
src/gs-details-page.ui | 398 ++++++++++++++++++++++++-------------------------
1 file changed, 199 insertions(+), 199 deletions(-)
---
diff --git a/src/gs-details-page.ui b/src/gs-details-page.ui
index c82a46397..4b017aaef 100644
--- a/src/gs-details-page.ui
+++ b/src/gs-details-page.ui
@@ -94,238 +94,238 @@
<property name="orientation">horizontal</property>
<property name="visible">True</property>
<property name="spacing">10</property>
- <child>
- <object class="GtkBox" id="box_details_header2">
- <property name="orientation">vertical</property>
- <property name="visible">True</property>
- <property name="halign">fill</property>
- <property name="valign">center</property>
- <property name="spacing">6</property>
<child>
- <object class="GtkLabel" id="application_details_title">
+ <object class="GtkBox" id="box_details_header2">
+ <property name="orientation">vertical</property>
<property name="visible">True</property>
<property name="halign">fill</property>
- <property name="valign">start</property>
- <property name="hexpand">True</property>
- <property name="xalign">0</property>
- <property name="selectable">True</property>
- <property name="wrap">True</property>
- <property name="max_width_chars">20</property>
- <style>
- <class name="title-1"/>
- </style>
- </object>
- </child>
- <child>
- <object class="GtkBox">
- <property name="visible" bind-source="developer_name_label"
bind-property="visible" bind-flags="sync-create"/>
- <property name="hexpand">True</property>
- <property name="spacing">3</property>
- <property name="orientation">horizontal</property>
+ <property name="valign">center</property>
+ <property name="spacing">6</property>
<child>
- <object class="GtkLabel" id="developer_name_label">
+ <object class="GtkLabel" id="application_details_title">
<property name="visible">True</property>
- <!-- This is a placeholder; the real value is set in code -->
- <property name="label">Yorba</property>
- <property name="wrap">False</property>
- <property name="selectable">True</property>
- <property name="max-width-chars">100</property>
+ <property name="halign">fill</property>
+ <property name="valign">start</property>
+ <property name="hexpand">True</property>
<property name="xalign">0</property>
- <property name="yalign">0.5</property>
- <property name="hexpand">False</property>
+ <property name="selectable">True</property>
+ <property name="wrap">True</property>
+ <property name="max_width_chars">20</property>
<style>
- <class name="dim-label"/>
+ <class name="title-1"/>
</style>
</object>
</child>
<child>
- <object class="GtkImage" id="developer_verified_image">
+ <object class="GtkBox">
+ <property name="visible" bind-source="developer_name_label"
bind-property="visible" bind-flags="sync-create"/>
+ <property name="hexpand">True</property>
+ <property name="spacing">3</property>
+ <property name="orientation">horizontal</property>
+ <child>
+ <object class="GtkLabel" id="developer_name_label">
+ <property name="visible">True</property>
+ <!-- This is a placeholder; the real value is set in code -->
+ <property name="label">Yorba</property>
+ <property name="wrap">False</property>
+ <property name="selectable">True</property>
+ <property name="max-width-chars">100</property>
+ <property name="xalign">0</property>
+ <property name="yalign">0.5</property>
+ <property name="hexpand">False</property>
+ <style>
+ <class name="dim-label"/>
+ </style>
+ </object>
+ </child>
+ <child>
+ <object class="GtkImage" id="developer_verified_image">
+ <property name="visible">True</property>
+ <property name="pixel-size">16</property>
+ <property name="icon-name">emblem-ok-symbolic</property>
+ </object>
+ </child>
+ </object>
+ </child>
+ <child>
+ <object class="GtkBox" id="star_box">
+ <property name="margin-top">6</property>
<property name="visible">True</property>
- <property name="pixel-size">16</property>
- <property name="icon-name">emblem-ok-symbolic</property>
+ <property name="valign">start</property>
+ <child>
+ <object class="GtkEventBox" id="star_eventbox">
+ <property name="visible">True</property>
+ <child>
+ <object class="GsStarWidget" id="star">
+ <property name="visible">True</property>
+ <property name="halign">start</property>
+ <property name="valign">center</property>
+ <property name="icon-size">16</property>
+ </object>
+ </child>
+ </object>
+ </child>
+ <child>
+ <object class="GtkLabel" id="label_review_count">
+ <property name="visible">True</property>
+ <property name="margin_start">5</property>
+ <property name="halign">start</property>
+ <property name="valign">center</property>
+ <style>
+ <class name="dim-label"/>
+ </style>
+ </object>
+ </child>
</object>
</child>
</object>
</child>
- <child>
- <object class="GtkBox" id="star_box">
- <property name="margin-top">6</property>
- <property name="visible">True</property>
- <property name="valign">start</property>
+
<child>
- <object class="GtkEventBox" id="star_eventbox">
+ <object class="GtkBox" id="box_install_remove">
<property name="visible">True</property>
+ <property name="spacing">9</property>
<child>
- <object class="GsStarWidget" id="star">
- <property name="visible">True</property>
+ <object class="GtkButton" id="button_install">
+ <property name="visible">False</property>
+ <property name="use_underline">True</property>
+ <property name="label" translatable="yes">_Install</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">center</property>
- <property name="icon-size">16</property>
+ <style>
+ <class name="suggested-action"/>
+ </style>
</object>
</child>
- </object>
- </child>
- <child>
- <object class="GtkLabel" id="label_review_count">
- <property name="visible">True</property>
- <property name="margin_start">5</property>
- <property name="halign">start</property>
- <property name="valign">center</property>
- <style>
- <class name="dim-label"/>
- </style>
- </object>
- </child>
- </object>
- </child>
- </object>
- </child>
-
- <child>
- <object class="GtkBox" id="box_install_remove">
- <property name="visible">True</property>
- <property name="spacing">9</property>
- <child>
- <object class="GtkButton" id="button_install">
- <property name="visible">False</property>
- <property name="use_underline">True</property>
- <property name="label" translatable="yes">_Install</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">center</property>
- <style>
- <class name="suggested-action"/>
- </style>
- </object>
- </child>
- <child>
- <object class="GtkButton" id="button_details_launch">
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="use_underline">True</property>
- <property name="valign">center</property>
- <style>
- <class name="suggested-action"/>
- </style>
- </object>
- </child>
- <child>
- <object class="GtkButton" id="button_remove">
- <property name="visible">False</property>
- <property name="use_underline">True</property>
- <property name="label" translatable="yes">_Uninstall</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">center</property>
- </object>
- </child>
- <child>
- <object class="GtkSpinner" id="spinner_remove">
- <property name="visible">False</property>
- <property name="valign">center</property>
- </object>
- </child>
- <child>
- <object class="GtkBox" id="box_progress">
- <property name="visible">True</property>
- <property name="spacing">3</property>
- <property name="orientation">vertical</property>
- <property name="hexpand">True</property>
- <property name="valign">center</property>
- <child>
- <object class="GtkBox" id="box_progress2">
- <property name="visible">True</property>
- <property name="spacing">3</property>
- <property name="halign">center</property>
<child>
- <object class="GtkLabel" id="label_progress_status">
+ <object class="GtkButton" id="button_details_launch">
<property name="visible">True</property>
- <property name="valign">start</property>
- <property name="label" translatable="yes">Downloading</property>
+ <property name="can_focus">True</property>
+ <property name="use_underline">True</property>
+ <property name="valign">center</property>
+ <style>
+ <class name="suggested-action"/>
+ </style>
+ </object>
+ </child>
+ <child>
+ <object class="GtkButton" id="button_remove">
+ <property name="visible">False</property>
+ <property name="use_underline">True</property>
+ <property name="label" translatable="yes">_Uninstall</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">center</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkSpinner" id="spinner_remove">
+ <property name="visible">False</property>
+ <property name="valign">center</property>
</object>
</child>
<child>
- <object class="GtkLabel" id="label_progress_percentage">
+ <object class="GtkBox" id="box_progress">
<property name="visible">True</property>
- <property name="valign">start</property>
- <property name="label">50%</property>
+ <property name="spacing">3</property>
+ <property name="orientation">vertical</property>
+ <property name="hexpand">True</property>
+ <property name="valign">center</property>
+ <child>
+ <object class="GtkBox" id="box_progress2">
+ <property name="visible">True</property>
+ <property name="spacing">3</property>
+ <property name="halign">center</property>
+ <child>
+ <object class="GtkLabel" id="label_progress_status">
+ <property name="visible">True</property>
+ <property name="valign">start</property>
+ <property name="label"
translatable="yes">Downloading</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkLabel" id="label_progress_percentage">
+ <property name="visible">True</property>
+ <property name="valign">start</property>
+ <property name="label">50%</property>
+ </object>
+ </child>
+ </object>
+ </child>
+ <child>
+ <object class="GtkProgressBar" id="progressbar_top">
+ <property name="visible">True</property>
+ <property name="fraction">0.5</property>
+ <property name="valign">center</property>
+ <property name="vexpand">True</property>
+ <property name="width_request">624</property>
+ <style>
+ <class name="upgrade-progressbar"/>
+ </style>
+ </object>
+ </child>
</object>
</child>
+ <child>
+ <object class="GtkButton" id="button_cancel">
+ <property name="visible">False</property>
+ <property name="use_underline">True</property>
+ <property name="label" translatable="yes">_Cancel</property>
+ <property name="width_request">116</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">True</property>
+ <property name="valign">center</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkButton" id="button_update">
+ <property name="visible">False</property>
+ <property name="use_underline">True</property>
+ <property name="label" translatable="yes">_Update</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">center</property>
+ </object>
+ <packing>
+ <property name="pack-type">end</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkButton" id="button_details_add_shortcut">
+ <property name="visible">False</property>
+ <property name="can_focus">True</property>
+ <property name="use_underline">True</property>
+ <property name="label" translatable="yes" comments="Translators: A
label for a button to add a shortcut to the selected application.">_Add shortcut</property>
+ <property name="valign">center</property>
+ <style>
+ <class name="suggested-action"/>
+ </style>
+ </object>
+ <packing>
+ <property name="pack-type">end</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkButton" id="button_details_remove_shortcut">
+ <property name="visible">False</property>
+ <property name="can_focus">True</property>
+ <property name="use_underline">True</property>
+ <property name="label" translatable="yes" comments="Translators: A
label for a button to remove a shortcut to the selected application.">Re_move shortcut</property>
+ <property name="valign">center</property>
+ </object>
+ <packing>
+ <property name="pack-type">end</property>
+ </packing>
+ </child>
</object>
</child>
- <child>
- <object class="GtkProgressBar" id="progressbar_top">
- <property name="visible">True</property>
- <property name="fraction">0.5</property>
- <property name="valign">center</property>
- <property name="vexpand">True</property>
- <property name="width_request">624</property>
- <style>
- <class name="upgrade-progressbar"/>
- </style>
- </object>
- </child>
- </object>
- </child>
- <child>
- <object class="GtkButton" id="button_cancel">
- <property name="visible">False</property>
- <property name="use_underline">True</property>
- <property name="label" translatable="yes">_Cancel</property>
- <property name="width_request">116</property>
- <property name="can_focus">True</property>
- <property name="receives_default">True</property>
- <property name="valign">center</property>
- </object>
- </child>
- <child>
- <object class="GtkButton" id="button_update">
- <property name="visible">False</property>
- <property name="use_underline">True</property>
- <property name="label" translatable="yes">_Update</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">center</property>
- </object>
- <packing>
- <property name="pack-type">end</property>
- </packing>
- </child>
- <child>
- <object class="GtkButton" id="button_details_add_shortcut">
- <property name="visible">False</property>
- <property name="can_focus">True</property>
- <property name="use_underline">True</property>
- <property name="label" translatable="yes" comments="Translators: A label for
a button to add a shortcut to the selected application.">_Add shortcut</property>
- <property name="valign">center</property>
- <style>
- <class name="suggested-action"/>
- </style>
- </object>
- <packing>
- <property name="pack-type">end</property>
- </packing>
- </child>
- <child>
- <object class="GtkButton" id="button_details_remove_shortcut">
- <property name="visible">False</property>
- <property name="can_focus">True</property>
- <property name="use_underline">True</property>
- <property name="label" translatable="yes" comments="Translators: A label for
a button to remove a shortcut to the selected application.">Re_move shortcut</property>
- <property name="valign">center</property>
- </object>
- <packing>
- <property name="pack-type">end</property>
- </packing>
- </child>
- </object>
- </child>
</object>
</child>
</object>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]