Skip to content

Commit

Permalink
Figured out how to add About window
Browse files Browse the repository at this point in the history
  • Loading branch information
OSA413 committed Sep 2, 2024
1 parent f27af2a commit e5ea707
Showing 1 changed file with 3 additions and 16 deletions.
19 changes: 3 additions & 16 deletions rust/ManagerLauncher/src/resources/window.ui
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,12 @@
<menu id="main-menu">
<item>
<attribute name="label" translatable="yes">_Close window</attribute>
<attribute name="action">window.close</attribute>
<attribute name="action">app.quit</attribute>
</item>
<item>
<attribute name="label" translatable="yes">_Toggle button frame</attribute>
<attribute name="action">win.button-frame</attribute>
<attribute name="label" translatable="yes">About</attribute>
<attribute name="action">app.about</attribute>
</item>
<section>
<attribute name="label" translatable="yes">Orientation</attribute>
<item>
<attribute name="label" translatable="yes">_Horizontal</attribute>
<attribute name="action">win.orientation</attribute>
<attribute name="target">Horizontal</attribute>
</item>
<item>
<attribute name="label" translatable="yes">_Vertical</attribute>
<attribute name="action">win.orientation</attribute>
<attribute name="target">Vertical</attribute>
</item>
</section>
</menu>
<template class="ManagerLauncher" parent="GtkApplicationWindow">
<property name="title">ManagerLauncher</property>
Expand Down

0 comments on commit e5ea707

Please sign in to comment.