mirror of
				https://github.com/rad4day/Waybar.git
				synced 2025-11-04 01:32:42 +01:00 
			
		
		
		
	Merge pull request #1301 from jonbakke/patch-1
Clarify less than/greater than in warning.
This commit is contained in:
		@@ -13,10 +13,10 @@
 | 
			
		||||
 | 
			
		||||
namespace waybar {
 | 
			
		||||
static constexpr const char* MIN_HEIGHT_MSG =
 | 
			
		||||
    "Requested height: {} exceeds the minimum height: {} required by the modules";
 | 
			
		||||
    "Requested height: {} is less than the minimum height: {} required by the modules";
 | 
			
		||||
 | 
			
		||||
static constexpr const char* MIN_WIDTH_MSG =
 | 
			
		||||
    "Requested width: {} exceeds the minimum width: {} required by the modules";
 | 
			
		||||
    "Requested width: {} is less than the minimum width: {} required by the modules";
 | 
			
		||||
 | 
			
		||||
static constexpr const char* BAR_SIZE_MSG = "Bar configured (width: {}, height: {}) for output: {}";
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user