Исправлен дизайн кнопки "ОК" в окне приложений

pull/32/head
Igor Belitskiy 3 years ago
parent baa108d37c
commit d9ee1c8449

@ -987,7 +987,7 @@ with the specified priority</property>
</child>
<child>
<object class="GtkButton" id="btnStartMenuOK">
<property name="label" translatable="yes">ОК</property>
<property name="label">gtk-ok</property>
<property name="width-request">-1</property>
<property name="height-request">-1</property>
<property name="visible">True</property>
@ -999,6 +999,7 @@ with the specified priority</property>
<property name="margin-end">5</property>
<property name="margin-top">6</property>
<property name="margin-bottom">6</property>
<property name="use-stock">True</property>
</object>
<packing>
<property name="expand">True</property>

Loading…
Cancel
Save