Skip to content

Commit 6bfd2f6

Browse files
committed
[FiX] Edited sign moved to the left of the lineEdit.
1 parent 920c906 commit 6bfd2f6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Orange/widgets/utils/owlearnerwidget.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import numpy as np
2-
from PyQt4.QtCore import QTimer
2+
from PyQt4.QtCore import QTimer, Qt
33

44
from Orange.classification.base_classification import LearnerClassification
55
from Orange.data import Table
@@ -226,6 +226,7 @@ def add_main_layout(self):
226226
def add_learner_name_widget(self):
227227
gui.lineEdit(self.controlArea, self, 'learner_name', box='Name',
228228
tooltip='The name will identify this model in other widgets',
229+
orientation=Qt.Horizontal,
229230
callback=lambda: self.apply())
230231

231232
def add_bottom_buttons(self):

0 commit comments

Comments
 (0)