Skip to content

Commit

Permalink
*Update: Configured monospace font for log
Browse files Browse the repository at this point in the history
  • Loading branch information
eVen-gits committed Mar 4, 2025
1 parent 551740d commit e4beebe
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions ui/MainWindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<item>
<widget class="QSplitter" name="splitter">
<property name="orientation">
<enum>Qt::Vertical</enum>
<enum>Qt::Orientation::Vertical</enum>
</property>
<widget class="QWidget" name="layoutWidget">
<layout class="QGridLayout" name="gridLayout">
Expand Down Expand Up @@ -55,16 +55,16 @@
<item>
<widget class="QListWidget" name="lv_players">
<property name="contextMenuPolicy">
<enum>Qt::CustomContextMenu</enum>
<enum>Qt::ContextMenuPolicy::CustomContextMenu</enum>
</property>
<property name="editTriggers">
<set>QAbstractItemView::NoEditTriggers</set>
<set>QAbstractItemView::EditTrigger::NoEditTriggers</set>
</property>
<property name="alternatingRowColors">
<bool>false</bool>
</property>
<property name="selectionMode">
<enum>QAbstractItemView::ExtendedSelection</enum>
<enum>QAbstractItemView::SelectionMode::ExtendedSelection</enum>
</property>
</widget>
</item>
Expand All @@ -79,21 +79,21 @@
</sizepolicy>
</property>
<property name="horizontalScrollBarPolicy">
<enum>Qt::ScrollBarAlwaysOff</enum>
<enum>Qt::ScrollBarPolicy::ScrollBarAlwaysOff</enum>
</property>
<property name="widgetResizable">
<bool>true</bool>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
<set>Qt::AlignmentFlag::AlignLeading|Qt::AlignmentFlag::AlignLeft|Qt::AlignmentFlag::AlignTop</set>
</property>
<widget class="QWidget" name="saw_content">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>369</width>
<height>350</height>
<width>368</width>
<height>358</height>
</rect>
</property>
<layout class="QVBoxLayout" name="_2">
Expand Down Expand Up @@ -129,7 +129,11 @@
</item>
</layout>
</widget>
<widget class="QListWidget" name="lw_status"/>
<widget class="QListWidget" name="lw_status">
<property name="styleSheet">
<string notr="true">font-family: Monospace;</string>
</property>
</widget>
</widget>
</item>
</layout>
Expand All @@ -140,7 +144,7 @@
<x>0</x>
<y>0</y>
<width>854</width>
<height>22</height>
<height>29</height>
</rect>
</property>
<widget class="QMenu" name="menuFile">
Expand Down

0 comments on commit e4beebe

Please sign in to comment.