[gnome-software] trivial: Add one invisible button for a future feature



commit a92da2e47478ef9c124367ad2a87efcd3f2375c0
Author: Richard Hughes <richard hughsie com>
Date:   Tue Feb 23 16:07:43 2016 +0000

    trivial: Add one invisible button for a future feature
    
    When we have more than a dozen reviews in total we'll have to implement this,
    so just give ourselves less of a headache in the 3.20.x stable branch.

 src/gs-shell-details.ui |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)
---
diff --git a/src/gs-shell-details.ui b/src/gs-shell-details.ui
index 3e12360..7cde624 100644
--- a/src/gs-shell-details.ui
+++ b/src/gs-shell-details.ui
@@ -1210,6 +1210,18 @@
                             </style>
                           </object>
                         </child>
+                        <child>
+                          <object class="GtkButton" id="button_more_reviews">
+                            <property name="visible">False</property>
+                            <property name="use_underline">True</property>
+                            <property name="label" translatable="yes" comments="Translators: Button to 
return more application-submitted reviews.">_Show More</property>
+                            <property name="can_focus">True</property>
+                            <property name="receives_default">False</property>
+                            <property name="halign">start</property>
+                            <property name="valign">start</property>
+                            <property name="margin_top">20</property>
+                          </object>
+                        </child>
                       </object>
                       <packing>
                         <property name="expand">False</property>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]