making indicator smaller.
This commit is contained in:
		
							parent
							
								
									ea2d948930
								
							
						
					
					
						commit
						1835cbef2f
					
				
							
								
								
									
										2
									
								
								surf.c
								
								
								
								
							
							
						
						
									
										2
									
								
								surf.c
								
								
								
								
							| 
						 | 
				
			
			@ -403,7 +403,7 @@ newclient(void) {
 | 
			
		|||
 | 
			
		||||
	/* indicator */
 | 
			
		||||
	c->indicator = gtk_drawing_area_new();
 | 
			
		||||
	gtk_widget_set_size_request(c->indicator, 800, 5);
 | 
			
		||||
	gtk_widget_set_size_request(c->indicator, 800, 2);
 | 
			
		||||
	g_signal_connect (G_OBJECT (c->indicator), "expose_event",
 | 
			
		||||
			G_CALLBACK (exposeindicator), c);
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue