Скорректировал стиль грамм

This commit is contained in:
2025-05-29 10:50:15 +03:00
parent 030837bde8
commit b906846a6d
3 changed files with 124 additions and 25 deletions

View File

@@ -76,6 +76,19 @@
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QToolButton" name="btnWrong">
<property name="minimumSize">
@@ -111,7 +124,7 @@
</size>
</property>
<property name="text">
<string>Completed</string>
<string>Right</string>
</property>
<property name="icon">
<iconset resource="../resources.qrc">
@@ -128,6 +141,19 @@
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_2">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
</layout>