Index: a/scribus/ui/stylemanager.cpp
===================================================================
--- a/scribus/ui/stylemanager.cpp	(revision 25249)
+++ a/scribus/ui/stylemanager.cpp	(working copy)
@@ -65,7 +65,6 @@
 	m_newPopup->setEnabled(false);
 
 	connect(m_newPopup, SIGNAL(triggered(QAction*)), this, SLOT(slotNewPopup(QAction*)));
-	connect(okButton, SIGNAL(clicked()), this, SLOT(slotOk()));
 	connect(importButton, SIGNAL(clicked()), this, SLOT(slotImport()));
 	connect(resetButton, SIGNAL(clicked()), this, SLOT(slotClean()));
 	connect(applyButton, SIGNAL(clicked()), this, SLOT(slotApply()));
@@ -79,6 +78,7 @@
 
 	languageChange();
 	slotOk();
+	slotOk();
 }
 
 void StyleManager::changeEvent(QEvent *e)
@@ -121,17 +121,11 @@
 	applyButton->setText( tr("&Apply"));
 	m_doneText= tr("&Done");
 	m_editText= tr("&Edit");
-	setOkButtonText();
 	newButton->setText( tr("&New"));
 	importButton->setText( tr("&Import"));
 	cloneButton->setText( tr("&Clone"));
 	deleteButton->setText( tr("&Delete"));
 
-	if (m_isEditMode)
-		okButton->setToolTip( m_exitEditModeOk);
-	else
-		okButton->setToolTip( m_enterEditModeOk);
-
 	if (m_shortcutWidget)
 		m_shortcutWidget->languageChange();
 
@@ -196,14 +190,6 @@
 	return nullptr;
 }
 
-void StyleManager::setOkButtonText()
-{
-	if (!m_isStoryEditMode)
-		okButton->setText(m_isEditMode ? "<< " + m_doneText : m_editText + " >>");
-	else
-		okButton->setText(CommonStrings::tr_OK);
-}
-
 void StyleManager::setDoc(ScribusDoc *doc)
 {
 	ScribusDoc* oldDoc = m_doc;
@@ -800,7 +786,6 @@
 		disconnect(styleView, SIGNAL(itemSelectionChanged()), this, SLOT(slotSetupWidget()));
 		slotApply();
 
-		okButton->setText(QString("%1 >>").arg( tr("&Edit")));
 		editFrame->hide();
 		applyButton->hide();
 		resetButton->hide();
@@ -811,7 +796,6 @@
 			m_items.at(i)->apply();
 			m_items.at(i)->editMode(false);
 		}
-		okButton->setToolTip( m_enterEditModeOk);
 		slotClean();
 		slotDocSelectionChanged();
 
@@ -853,13 +837,11 @@
 		m_isEditMode = true;
 		for (int i = 0; i < m_items.count(); ++i)
 			m_items.at(i)->editMode(true);
-		okButton->setToolTip( m_exitEditModeOk);
 		slotClean();
 
 		m_prefs->set("isEditMode", m_isEditMode);
 		connect(styleView, SIGNAL(itemSelectionChanged()), this, SLOT(slotSetupWidget()));
 	}
-	setOkButtonText();
 	isFirst = false;
 
 	resize(1, 1); // megahack to keep palette small
@@ -1036,7 +1018,6 @@
 {
 	if (m_item && name.isEmpty())
 	{
-		okButton->setEnabled(false);
 		applyButton->setEnabled(false);
 		return;
 	}
@@ -1043,7 +1024,6 @@
 	if (m_item && !nameIsUnique(name))
 	{
 		uniqueLabel->show();
-		okButton->setEnabled(false);
 		applyButton->setEnabled(false);
 		return;
 	}
@@ -1050,7 +1030,6 @@
 	if (uniqueLabel->isVisible())
 	{
 		uniqueLabel->hide();
-		okButton->setEnabled(true);
 		applyButton->setEnabled(true);
 	}
 
@@ -1410,7 +1389,6 @@
 		applyButton->setEnabled(false);
 		slotEdit();
 	}
-	setOkButtonText();
 	ScrPaletteBase::showEvent(e);
 	if (isFirst)
 	{
Index: a/scribus/ui/stylemanager.ui
===================================================================
--- a/scribus/ui/stylemanager.ui	(revision 25249)
+++ a/scribus/ui/stylemanager.ui	(working copy)
@@ -9,8 +9,8 @@
    <rect>
     <x>0</x>
     <y>0</y>
-    <width>772</width>
-    <height>422</height>
+    <width>954</width>
+    <height>705</height>
    </rect>
   </property>
   <property name="sizePolicy">
@@ -19,6 +19,12 @@
     <verstretch>0</verstretch>
    </sizepolicy>
   </property>
+  <property name="minimumSize">
+   <size>
+    <width>954</width>
+    <height>705</height>
+   </size>
+  </property>
   <property name="windowTitle">
    <string>Style Manager</string>
   </property>
@@ -53,6 +59,12 @@
            <verstretch>0</verstretch>
           </sizepolicy>
          </property>
+         <property name="minimumSize">
+          <size>
+           <width>272</width>
+           <height>0</height>
+          </size>
+         </property>
          <property name="contextMenuPolicy">
           <enum>Qt::CustomContextMenu</enum>
          </property>
@@ -372,28 +384,6 @@
         <number>0</number>
        </property>
        <item>
-        <widget class="QPushButton" name="okButton">
-         <property name="sizePolicy">
-          <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
-           <horstretch>0</horstretch>
-           <verstretch>0</verstretch>
-          </sizepolicy>
-         </property>
-         <property name="minimumSize">
-          <size>
-           <width>85</width>
-           <height>24</height>
-          </size>
-         </property>
-         <property name="text">
-          <string>&lt;&lt; &amp;Done</string>
-         </property>
-         <property name="shortcut">
-          <string>Alt+D</string>
-         </property>
-        </widget>
-       </item>
-       <item>
         <widget class="QPushButton" name="applyButton">
          <property name="sizePolicy">
           <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
