Skip to content

Commit

Permalink
fix MainWindow UI
Browse files Browse the repository at this point in the history
  • Loading branch information
soramimi committed Sep 20, 2024
1 parent 505324d commit ecc58be
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions src/MainWindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -1034,7 +1034,7 @@
<x>0</x>
<y>0</y>
<width>1093</width>
<height>18</height>
<height>25</height>
</rect>
</property>
<widget class="QMenu" name="menu_File">
Expand Down Expand Up @@ -1207,7 +1207,7 @@
<property name="frameShadow">
<enum>QFrame::Shadow::Sunken</enum>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_6">
<layout class="QHBoxLayout" name="horizontalLayout">
<property name="spacing">
<number>0</number>
</property>
Expand Down Expand Up @@ -1292,6 +1292,13 @@
</layout>
</widget>
</item>
<item>
<widget class="Line" name="line_2">
<property name="orientation">
<enum>Qt::Orientation::Vertical</enum>
</property>
</widget>
</item>
<item>
<widget class="TextEditorWidget" name="widget_log" native="true">
<property name="sizePolicy">
Expand All @@ -1311,13 +1318,6 @@
</property>
</widget>
</item>
<item>
<widget class="Line" name="line_2">
<property name="orientation">
<enum>Qt::Orientation::Vertical</enum>
</property>
</widget>
</item>
</layout>
</widget>
</item>
Expand Down Expand Up @@ -1727,7 +1727,7 @@
<bool>true</bool>
</property>
<property name="text">
<string>&amp;Show graph</string>
<string>Show &amp;graph</string>
</property>
<property name="shortcut">
<string>Ctrl+G</string>
Expand All @@ -1745,15 +1745,15 @@
</action>
<action name="action_rebase_abort">
<property name="text">
<string>Rebase --abort</string>
<string>&amp;Rebase --abort</string>
</property>
</action>
<action name="action_show_avatars">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>Show avatars</string>
<string>Show a&amp;vatars</string>
</property>
<property name="shortcut">
<string>Ctrl+V</string>
Expand Down

0 comments on commit ecc58be

Please sign in to comment.