Changes
2 changed files (+23/-16)
-
-
@@ -41,6 +41,7 @@ <child><object class="GtkButton" id="back"> <property name="visible">false</property> <property name="icon-name">go-previous-symbolic</property> <property name="valign">center</property> <accessibility> <property name="label">Go back to previous page</property> </accessibility>
-
@@ -50,28 +51,31 @@ </style></object> </child> <child> <object class="GtkLabel" id="title"> <object class="GtkBox" id="metadata_labels"> <property name="orientation">vertical</property> <property name="margin-start">4</property> <property name="margin-top">4</property> <binding name="margin-bottom"> <lookup name="margin-top">title</lookup> <lookup name="margin-top">metadata_labels</lookup> </binding> <property name="xalign">0</property> <property name="ellipsize">end</property> <style> <class name="title-2" /> </style> <child> <object class="GtkLabel" id="title"> <property name="xalign">0</property> <property name="ellipsize">end</property> <style> <class name="title-2" /> </style> </object> </child> <child> <object class="GtkLabel" id="subtitle"> <property name="visible">false</property> <property name="xalign">0</property> <property name="ellipsize">end</property> </object> </child> </object> </child> </object> </child> <child> <object class="GtkLabel" id="subtitle"> <property name="visible">false</property> <property name="xalign">0</property> <style> <class name="title-2" /> </style> </object> </child> </object>
-
-
-
@@ -101,6 +101,9 @@title.label = action.title; if (action.subtitle != null) { subtitle.label = action.subtitle; subtitle.visible = true; } else { subtitle.visible = false; } items.remove_all();
-