mirror of
				https://github.com/f4exb/sdrangel.git
				synced 2025-10-29 20:10:22 -04:00 
			
		
		
		
	Fix height of top and bottom bars in windows
This commit is contained in:
		
							parent
							
								
									c6baed9f73
								
							
						
					
					
						commit
						243ad04a37
					
				| @ -95,7 +95,7 @@ protected: | |||||||
|     void mouseMoveEvent(QMouseEvent* event) override; |     void mouseMoveEvent(QMouseEvent* event) override; | ||||||
|     void resetContextMenuType() { m_contextMenuType = ContextMenuNone; } |     void resetContextMenuType() { m_contextMenuType = ContextMenuNone; } | ||||||
|     void updateIndexLabel(); |     void updateIndexLabel(); | ||||||
|     int getAdditionalHeight() const { return 25 + 22; } |     int getAdditionalHeight() const { return 22 + 22; }  // height of top and bottom bars
 | ||||||
|     void setHighlighted(bool highlighted); |     void setHighlighted(bool highlighted); | ||||||
| 
 | 
 | ||||||
|     DeviceType m_deviceType; |     DeviceType m_deviceType; | ||||||
|  | |||||||
| @ -83,7 +83,7 @@ protected: | |||||||
|     void mouseReleaseEvent(QMouseEvent* event) override; |     void mouseReleaseEvent(QMouseEvent* event) override; | ||||||
|     void mouseMoveEvent(QMouseEvent* event) override; |     void mouseMoveEvent(QMouseEvent* event) override; | ||||||
|     void resetContextMenuType() { m_contextMenuType = ContextMenuNone; } |     void resetContextMenuType() { m_contextMenuType = ContextMenuNone; } | ||||||
|     int getAdditionalHeight() const { return 25 + 22; } |     int getAdditionalHeight() const { return 26 + 22; }  // height of top and bottom bars
 | ||||||
| 
 | 
 | ||||||
|     DeviceType m_deviceType; |     DeviceType m_deviceType; | ||||||
|     int m_deviceSetIndex; |     int m_deviceSetIndex; | ||||||
|  | |||||||
| @ -72,7 +72,7 @@ protected: | |||||||
|     void mouseReleaseEvent(QMouseEvent* event) override; |     void mouseReleaseEvent(QMouseEvent* event) override; | ||||||
|     void mouseMoveEvent(QMouseEvent* event) override; |     void mouseMoveEvent(QMouseEvent* event) override; | ||||||
|     void resetContextMenuType() { m_contextMenuType = ContextMenuNone; } |     void resetContextMenuType() { m_contextMenuType = ContextMenuNone; } | ||||||
|     int getAdditionalHeight() const { return 25 + 22; } |     int getAdditionalHeight() const { return 22 + 22; } // height of top and bottom bars
 | ||||||
| 
 | 
 | ||||||
|     int m_featureIndex; |     int m_featureIndex; | ||||||
|     QString m_helpURL; |     QString m_helpURL; | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user