mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	citra-qt: Fix horrible scrolling responsiveness in disassembler by giving the uniformRowHeight hint.
This commit is contained in:
		
							parent
							
								
									79713d500b
								
							
						
					
					
						commit
						5a90420c0b
					
				
					 1 changed files with 60 additions and 57 deletions
				
			
		|  | @ -13,63 +13,66 @@ | ||||||
|   <property name="windowTitle"> |   <property name="windowTitle"> | ||||||
|    <string>Disassembly</string> |    <string>Disassembly</string> | ||||||
|   </property> |   </property> | ||||||
|    <widget class="QWidget" name="dockWidgetContents"> |   <widget class="QWidget" name="dockWidgetContents"> | ||||||
|      <layout class="QVBoxLayout" name="verticalLayout"> |    <layout class="QVBoxLayout" name="verticalLayout"> | ||||||
|        <item> |     <item> | ||||||
|          <layout class="QHBoxLayout" name="horizontalLayout"> |      <layout class="QHBoxLayout" name="horizontalLayout"> | ||||||
|            <item> |       <item> | ||||||
|              <widget class="QPushButton" name="button_step"> |        <widget class="QPushButton" name="button_step"> | ||||||
|                <property name="text"> |         <property name="text"> | ||||||
|                  <string>Step</string> |          <string>Step</string> | ||||||
|                </property> |         </property> | ||||||
|              </widget> |        </widget> | ||||||
|            </item> |       </item> | ||||||
|            <item> |       <item> | ||||||
|              <widget class="QPushButton" name="button_pause"> |        <widget class="QPushButton" name="button_pause"> | ||||||
|                <property name="text"> |         <property name="text"> | ||||||
|                  <string>Pause</string> |          <string>Pause</string> | ||||||
|                </property> |         </property> | ||||||
|              </widget> |        </widget> | ||||||
|            </item> |       </item> | ||||||
|            <item> |       <item> | ||||||
|              <widget class="QPushButton" name="button_continue"> |        <widget class="QPushButton" name="button_continue"> | ||||||
|                <property name="text"> |         <property name="text"> | ||||||
|                  <string>Continue</string> |          <string>Continue</string> | ||||||
|                </property> |         </property> | ||||||
|              </widget> |        </widget> | ||||||
|            </item> |       </item> | ||||||
|            <item> |       <item> | ||||||
|              <widget class="QPushButton" name="pushButton"> |        <widget class="QPushButton" name="pushButton"> | ||||||
|                <property name="text"> |         <property name="text"> | ||||||
|                  <string>Step Into</string> |          <string>Step Into</string> | ||||||
|                </property> |         </property> | ||||||
|              </widget> |        </widget> | ||||||
|            </item> |       </item> | ||||||
|            <item> |       <item> | ||||||
|              <widget class="QPushButton" name="button_breakpoint"> |        <widget class="QPushButton" name="button_breakpoint"> | ||||||
|                <property name="text"> |         <property name="text"> | ||||||
|                  <string>Set Breakpoint</string> |          <string>Set Breakpoint</string> | ||||||
|                </property> |         </property> | ||||||
|              </widget> |        </widget> | ||||||
|            </item> |       </item> | ||||||
|          </layout> |      </layout> | ||||||
|        </item> |     </item> | ||||||
|        <item> |     <item> | ||||||
|          <widget class="QTreeView" name="treeView"> |      <widget class="QTreeView" name="treeView"> | ||||||
|            <property name="alternatingRowColors"> |       <property name="alternatingRowColors"> | ||||||
|              <bool>true</bool> |        <bool>true</bool> | ||||||
|            </property> |       </property> | ||||||
|            <property name="indentation"> |       <property name="indentation"> | ||||||
|              <number>20</number> |        <number>20</number> | ||||||
|            </property> |       </property> | ||||||
|            <property name="rootIsDecorated"> |       <property name="rootIsDecorated"> | ||||||
|              <bool>false</bool> |        <bool>false</bool> | ||||||
|            </property> |       </property> | ||||||
|            <attribute name="headerVisible"> |       <property name="uniformRowHeights"> | ||||||
|              <bool>false</bool> |        <bool>true</bool> | ||||||
|            </attribute> |       </property> | ||||||
|          </widget> |       <attribute name="headerVisible"> | ||||||
|        </item> |        <bool>false</bool> | ||||||
|  |       </attribute> | ||||||
|  |      </widget> | ||||||
|  |     </item> | ||||||
|    </layout> |    </layout> | ||||||
|   </widget> |   </widget> | ||||||
|  </widget> |  </widget> | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue