mirror of
				https://github.com/subsurface/subsurface.git
				synced 2025-02-19 22:16:15 +00:00 
			
		
		
		
	desktop: add label to dive computer table
There was no "title" property on the dive computer table which was causing an default label of "GroupBox" to appear above the table. Added a title property to clean up the UI. Signed-off-by: Doug Junkins <junkins@foghead.com>
This commit is contained in:
		
							parent
							
								
									6dccce21da
								
							
						
					
					
						commit
						e6956b9d57
					
				
					 1 changed files with 5 additions and 1 deletions
				
			
		|  | @ -12,7 +12,11 @@ | |||
|   </property> | ||||
|   <layout class="QVBoxLayout" name="verticalLayout"> | ||||
|    <item> | ||||
|     <widget class="TableView" name="table"/> | ||||
|     <widget class="TableView" name="table"> | ||||
|      <property name="title"> | ||||
|       <string>Dive Computers</string> | ||||
|      </property> | ||||
|     </widget> | ||||
|    </item> | ||||
|   </layout> | ||||
|  </widget> | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue