Skip to content
This repository has been archived by the owner on Nov 5, 2023. It is now read-only.

Commit

Permalink
Simplified main menu
Browse files Browse the repository at this point in the history
  • Loading branch information
hakandundar34coding committed Nov 3, 2022
1 parent 22054d5 commit 8432513
Showing 1 changed file with 6 additions and 56 deletions.
62 changes: 6 additions & 56 deletions ui/MainMenusDialogs.ui
Original file line number Diff line number Diff line change
Expand Up @@ -65,36 +65,11 @@ ruojiner, Luo ( 汉语)</property>
<property name="can-focus">True</property>
<property name="receives-default">True</property>
<child>
<!-- n-columns=2 n-rows=1 -->
<object class="GtkGrid">
<object class="GtkLabel">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="valign">center</property>
<property name="margin-top">2</property>
<property name="margin-bottom">2</property>
<property name="column-spacing">3</property>
<child>
<object class="GtkImage">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="icon-name">system-monitoring-center-settings-symbolic</property>
</object>
<packing>
<property name="left-attach">0</property>
<property name="top-attach">0</property>
</packing>
</child>
<child>
<object class="GtkLabel">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="label" translatable="yes">Settings</property>
</object>
<packing>
<property name="left-attach">1</property>
<property name="top-attach">0</property>
</packing>
</child>
<property name="halign">start</property>
<property name="label" translatable="yes">Settings</property>
</object>
</child>
</object>
Expand All @@ -109,36 +84,11 @@ ruojiner, Luo ( 汉语)</property>
<property name="can-focus">True</property>
<property name="receives-default">True</property>
<child>
<!-- n-columns=2 n-rows=1 -->
<object class="GtkGrid">
<object class="GtkLabel">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="valign">center</property>
<property name="margin-top">2</property>
<property name="margin-bottom">2</property>
<property name="column-spacing">3</property>
<child>
<object class="GtkImage">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="icon-name">system-monitoring-center</property>
</object>
<packing>
<property name="left-attach">0</property>
<property name="top-attach">0</property>
</packing>
</child>
<child>
<object class="GtkLabel">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="label" translatable="yes">About</property>
</object>
<packing>
<property name="left-attach">1</property>
<property name="top-attach">0</property>
</packing>
</child>
<property name="halign">start</property>
<property name="label" translatable="yes">About</property>
</object>
</child>
</object>
Expand Down

0 comments on commit 8432513

Please sign in to comment.