forked from NinjaCheetah/NUSGet
Fix styling of vertical scrollbar in tree views
This commit is contained in:
@@ -152,7 +152,7 @@ class MainWindow(QMainWindow, Ui_MainWindow):
|
||||
self.ui.keep_enc_checkbox.setChecked(True)
|
||||
self.ui.create_dec_checkbox.label.setText(app.translate("MainWindow", "Create decrypted contents (*.app)"))
|
||||
self.ui.use_local_checkbox.label.setText(app.translate("MainWindow", "Use local files, if they exist"))
|
||||
self.ui.use_wiiu_nus_checkbox.label.setText(app.translate("MainWindow", "Use the Wii U NUS (faster, only effects Wii/vWii)"))
|
||||
self.ui.use_wiiu_nus_checkbox.label.setText(app.translate("MainWindow", "Use the Wii U NUS (faster, only affects Wii/vWii)"))
|
||||
self.ui.use_wiiu_nus_checkbox.setChecked(True)
|
||||
self.ui.patch_ios_checkbox.label.setText(app.translate("MainWindow", "Apply patches to IOS (Applies to WADs only)"))
|
||||
self.ui.pack_vwii_mode_checkbox.label.setText(app.translate("MainWindow", "Re-encrypt title using the Wii Common Key"))
|
||||
|
||||
Reference in New Issue
Block a user