[Update/fix] Config Window: Word Filter. Fix the arrow image that was put in opposite rotation.
This commit is contained in:
@@ -1126,7 +1126,7 @@ class _SettingBoxGenerator():
|
|||||||
button_fg_color=self.settings.ctm.SB__BUTTON_COLOR,
|
button_fg_color=self.settings.ctm.SB__BUTTON_COLOR,
|
||||||
button_enter_color=self.settings.ctm.SB__BUTTON_HOVERED_COLOR,
|
button_enter_color=self.settings.ctm.SB__BUTTON_HOVERED_COLOR,
|
||||||
button_clicked_color=self.settings.ctm.SB__BUTTON_CLICKED_COLOR,
|
button_clicked_color=self.settings.ctm.SB__BUTTON_CLICKED_COLOR,
|
||||||
button_image_file=self.settings.image_file.ARROW_LEFT.rotate(270),
|
button_image_file=self.settings.image_file.ARROW_LEFT.rotate(90),
|
||||||
button_image_size=self.settings.uism.SB__BUTTON_ICON_SIZE,
|
button_image_size=self.settings.uism.SB__BUTTON_ICON_SIZE,
|
||||||
corner_radius=self.settings.uism.SB__BUTTON_CORNER_RADIUS,
|
corner_radius=self.settings.uism.SB__BUTTON_CORNER_RADIUS,
|
||||||
button_ipadxy=self.settings.uism.SB__BUTTON_IPADXY,
|
button_ipadxy=self.settings.uism.SB__BUTTON_IPADXY,
|
||||||
@@ -1141,7 +1141,7 @@ class _SettingBoxGenerator():
|
|||||||
button_fg_color=self.settings.ctm.SB__BUTTON_COLOR,
|
button_fg_color=self.settings.ctm.SB__BUTTON_COLOR,
|
||||||
button_enter_color=self.settings.ctm.SB__BUTTON_HOVERED_COLOR,
|
button_enter_color=self.settings.ctm.SB__BUTTON_HOVERED_COLOR,
|
||||||
button_clicked_color=self.settings.ctm.SB__BUTTON_CLICKED_COLOR,
|
button_clicked_color=self.settings.ctm.SB__BUTTON_CLICKED_COLOR,
|
||||||
button_image_file=self.settings.image_file.ARROW_LEFT.rotate(90),
|
button_image_file=self.settings.image_file.ARROW_LEFT.rotate(270),
|
||||||
button_image_size=self.settings.uism.SB__BUTTON_ICON_SIZE,
|
button_image_size=self.settings.uism.SB__BUTTON_ICON_SIZE,
|
||||||
corner_radius=self.settings.uism.SB__BUTTON_CORNER_RADIUS,
|
corner_radius=self.settings.uism.SB__BUTTON_CORNER_RADIUS,
|
||||||
button_ipadxy=self.settings.uism.SB__BUTTON_IPADXY,
|
button_ipadxy=self.settings.uism.SB__BUTTON_IPADXY,
|
||||||
|
|||||||
Reference in New Issue
Block a user