mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	citra_qt/cheats: Make window resizable and remove help hint
Fixes https://github.com/citra-emu/citra/issues/5575.
This commit is contained in:
		
							parent
							
								
									3f13e1cc24
								
							
						
					
					
						commit
						54a95e9c58
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -17,7 +17,7 @@ CheatDialog::CheatDialog(QWidget* parent) | ||||||
|     : QDialog(parent), ui(std::make_unique<Ui::CheatDialog>()) { |     : QDialog(parent), ui(std::make_unique<Ui::CheatDialog>()) { | ||||||
|     // Setup gui control settings
 |     // Setup gui control settings
 | ||||||
|     ui->setupUi(this); |     ui->setupUi(this); | ||||||
|     setWindowFlags(Qt::Dialog | Qt::MSWindowsFixedSizeDialogHint); |     setWindowFlags(windowFlags() & ~Qt::WindowContextHelpButtonHint); | ||||||
|     ui->tableCheats->setColumnWidth(0, 30); |     ui->tableCheats->setColumnWidth(0, 30); | ||||||
|     ui->tableCheats->setColumnWidth(2, 85); |     ui->tableCheats->setColumnWidth(2, 85); | ||||||
|     ui->tableCheats->horizontalHeader()->setSectionResizeMode(0, QHeaderView::Fixed); |     ui->tableCheats->horizontalHeader()->setSectionResizeMode(0, QHeaderView::Fixed); | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue