mirror of
				https://github.com/subsurface/subsurface.git
				synced 2025-02-19 22:16:15 +00:00 
			
		
		
		
	Fix UI issues and warning
Commit e219bc70f8 ("Refactor dctype -> divemode") introduced a few issues.
For one thing it causes a warning about incorrect use of zorder - I don't see
why this would be needed here, so I simply removed it.
Secondly, it adds a new, automatically named layout element that therefore gets
handled by our "consistent margin" code which creates a messy layout for the
Dive Notes tab. This patch gives that horizontal layout a useful name and adds
it to the list of "zero margin" layouts.  Signed-off-by: Dirk Hohndel
<dirk@hohndel.org>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
			
			
This commit is contained in:
		
							parent
							
								
									66fdb2b89d
								
							
						
					
					
						commit
						6a161b532e
					
				
					 2 changed files with 3 additions and 4 deletions
				
			
		|  | @ -22,9 +22,7 @@ | ||||||
|      <number>0</number> |      <number>0</number> | ||||||
|     </property> |     </property> | ||||||
|     <item row="2" column="1"> |     <item row="2" column="1"> | ||||||
|      <widget class="KMessageWidget" name="diveNotesMessage" native="true"> |      <widget class="KMessageWidget" name="diveNotesMessage" native="true"/> | ||||||
|       <zorder>scrollArea</zorder> |  | ||||||
|      </widget> |  | ||||||
|     </item> |     </item> | ||||||
|     <item row="3" column="1"> |     <item row="3" column="1"> | ||||||
|      <widget class="QScrollArea" name="scrollArea"> |      <widget class="QScrollArea" name="scrollArea"> | ||||||
|  | @ -374,7 +372,7 @@ | ||||||
|          </layout> |          </layout> | ||||||
|         </item> |         </item> | ||||||
|         <item row="7" column="0" colspan="3"> |         <item row="7" column="0" colspan="3"> | ||||||
|          <layout class="QHBoxLayout" name="horizontalLayout_2"> |          <layout class="QHBoxLayout" name="coordinatesDiveTypeLayout"> | ||||||
|           <item> |           <item> | ||||||
|            <widget class="QLineEdit" name="coordinates"> |            <widget class="QLineEdit" name="coordinates"> | ||||||
|             <property name="readOnly"> |             <property name="readOnly"> | ||||||
|  |  | ||||||
|  | @ -127,6 +127,7 @@ MainWindow::MainWindow() : QMainWindow(), | ||||||
| 	QMargins zeroMargins(0, 0, 0, 0); | 	QMargins zeroMargins(0, 0, 0, 0); | ||||||
| 	QList<QString> noMarginList; | 	QList<QString> noMarginList; | ||||||
| 	noMarginList << "notesAndSocialNetworksLayout" << | 	noMarginList << "notesAndSocialNetworksLayout" << | ||||||
|  | 			"coordinatesDiveTypeLayout" << | ||||||
| 			"mainTabOuterLayout" << | 			"mainTabOuterLayout" << | ||||||
| 			"ratingVisibilityWidgets" << | 			"ratingVisibilityWidgets" << | ||||||
| 			"temperatureLabels" << | 			"temperatureLabels" << | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue