|
|
@@ -40,7 +40,7 @@ class ImageFitter(DockWidget):
|
|
|
# 'Box' is 'Nearest Neighbor'.
|
|
|
# https://api.kde.org/appscomplete-api/krita-apidocs/libs/image/html/kis__filter__strategy_8h_source.html#l00083
|
|
|
self.stratInput = QComboBox()
|
|
|
- strategies = ['Box', 'Bicubic', 'Bilinear', 'Lancoz3', 'Bell', 'BSpline', 'Mitchell', 'Hermite']
|
|
|
+ strategies = ['Bicubic', 'Box', 'Bilinear', 'Lancoz3', 'Bell', 'BSpline', 'Mitchell', 'Hermite']
|
|
|
self.stratInput.addItems(strategies)
|
|
|
row1 = QHBoxLayout()
|
|
|
row1.addWidget(QLabel('Scaling Strategy:'))
|