mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	Merge pull request #5658 from FearlessTobi/cheat-window-flags
citra_qt/cheats: Make window resizable and remove help hint
This commit is contained in:
		
						commit
						6f2bbbcced
					
				
					 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