Merge pull request #2285 from ArtyomZorin/master

Added note about sponsorship and provenance
This commit is contained in:
Charles Gagnon
2025-03-23 12:05:59 -04:00
committed by GitHub
3 changed files with 87 additions and 0 deletions

48
img/zorin-os.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 18 KiB

View File

@@ -3641,6 +3641,10 @@ const Preferences = class {
}, },
) )
}) })
this._builder
.get_object('zorin_os_logo')
.set_filename(`${this._path}/img/zorin-os.svg`)
} }
_setPreviewTitlePosition() { _setPreviewTitlePosition() {

View File

@@ -82,5 +82,40 @@ See the <a href="https://www.gnu.org/licenses/old-licenses/gpl-2.0.html">G
</child> </child>
</object> </object>
</child> </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> </object>
</interface> </interface>