mirror of
https://github.com/morgan9e/dash-to-panel
synced 2026-04-13 15:54:12 +09:00
Added note about sponsorship and provenance
This commit is contained in:
48
img/zorin-os.svg
Normal file
48
img/zorin-os.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 18 KiB |
@@ -3641,6 +3641,10 @@ const Preferences = class {
|
||||
},
|
||||
)
|
||||
})
|
||||
|
||||
this._builder
|
||||
.get_object('zorin_os_logo')
|
||||
.set_filename(`${this._path}/img/zorin-os.svg`)
|
||||
}
|
||||
|
||||
_setPreviewTitlePosition() {
|
||||
|
||||
@@ -82,5 +82,40 @@ See the <a href="https://www.gnu.org/licenses/old-licenses/gpl-2.0.html">G
|
||||
</child>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="AdwPreferencesGroup" id="about_group_sponsor">
|
||||
<child>
|
||||
<object class="GtkBox">
|
||||
<property name="halign">center</property>
|
||||
<property name="valign">center</property>
|
||||
<property name="orientation">vertical</property>
|
||||
<property name="margin-top">64</property>
|
||||
<child>
|
||||
<object class="GtkLabel">
|
||||
<property name="justify">center</property>
|
||||
<property name="label" translatable="yes">Sponsored and originally developed by</property>
|
||||
<property name="wrap">True</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkLinkButton">
|
||||
<property name="child">
|
||||
<object class="GtkBox">
|
||||
<property name="halign">center</property>
|
||||
<property name="valign">center</property>
|
||||
<child>
|
||||
<object class="GtkPicture" id="zorin_os_logo">
|
||||
<property name="can-shrink">False</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
</property>
|
||||
<property name="uri">https://zorin.com/os/</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
</interface>
|
||||
|
||||
Reference in New Issue
Block a user