Просмотр исходного кода

Merge pull request #551 from nextcloud/issues/494

Issue #494: removes close button from the settings.
Camila Ayres 7 лет назад
Родитель
Сommit
ef71e6b0f7
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/gui/settingsdialog.ui

+ 1 - 1
src/gui/settingsdialog.ui

@@ -44,7 +44,7 @@
          <enum>Qt::Horizontal</enum>
         </property>
         <property name="standardButtons">
-         <set>QDialogButtonBox::Close</set>
+         <set>QDialogButtonBox::NoButton</set>
         </property>
        </widget>
       </item>