rebrand
This commit is contained in:
@@ -14,4 +14,4 @@ corresponding .blp file and regenerate this file with blueprint-compiler.
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
</interface>
|
||||
</interface>
|
||||
@@ -1,10 +1,10 @@
|
||||
using Gtk 4.0;
|
||||
using Adw 1;
|
||||
|
||||
template $VoidManifestWindow: Adw.ApplicationWindow {
|
||||
template $VoidmanifestWindow: Adw.ApplicationWindow {
|
||||
default-width: 800;
|
||||
default-height: 600;
|
||||
title: "VoidManifest";
|
||||
title: "Void Manifest";
|
||||
|
||||
content:
|
||||
// Scaffolding
|
||||
@@ -66,7 +66,7 @@ menu primary_menu {
|
||||
}
|
||||
|
||||
item {
|
||||
label: _("_About VoidManifest");
|
||||
label: _("_About Void Manifest");
|
||||
action: "app.about";
|
||||
}
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -6,10 +6,10 @@ corresponding .blp file and regenerate this file with blueprint-compiler.
|
||||
-->
|
||||
<interface>
|
||||
<requires lib="gtk" version="4.0"/>
|
||||
<template class="VoidManifestWindow" parent="AdwApplicationWindow">
|
||||
<template class="VoidmanifestWindow" parent="AdwApplicationWindow">
|
||||
<property name="default-width">800</property>
|
||||
<property name="default-height">600</property>
|
||||
<property name="title">VoidManifest</property>
|
||||
<property name="title">Void Manifest</property>
|
||||
<property name="content">
|
||||
<object class="AdwToolbarView">
|
||||
<property name="bottom-bar-style">1</property>
|
||||
@@ -70,9 +70,9 @@ corresponding .blp file and regenerate this file with blueprint-compiler.
|
||||
<attribute name="action">app.help</attribute>
|
||||
</item>
|
||||
<item>
|
||||
<attribute name="label" translatable="yes">_About VoidManifest</attribute>
|
||||
<attribute name="label" translatable="yes">_About Void Manifest</attribute>
|
||||
<attribute name="action">app.about</attribute>
|
||||
</item>
|
||||
</section>
|
||||
</menu>
|
||||
</interface>
|
||||
</interface>
|
||||
Reference in New Issue
Block a user