Add checkbox to a hbox so you don't click it by mistake if you click a
few pixels above close.
This commit is contained in:
		
							parent
							
								
									242b5003b4
								
							
						
					
					
						commit
						a196a78ff2
					
				
					 1 changed files with 20 additions and 8 deletions
				
			
		| 
						 | 
				
			
			@ -153,6 +153,10 @@ All Chat Histories</property>
 | 
			
		|||
            </child>
 | 
			
		||||
          </widget>
 | 
			
		||||
        </child>
 | 
			
		||||
        <child>
 | 
			
		||||
          <widget class="GtkHBox" id="hbox2">
 | 
			
		||||
            <property name="visible">True</property>
 | 
			
		||||
            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 | 
			
		||||
            <child>
 | 
			
		||||
              <widget class="GtkCheckButton" id="log_history_checkbutton">
 | 
			
		||||
                <property name="visible">True</property>
 | 
			
		||||
| 
						 | 
				
			
			@ -166,6 +170,14 @@ All Chat Histories</property>
 | 
			
		|||
              <packing>
 | 
			
		||||
                <property name="expand">False</property>
 | 
			
		||||
                <property name="fill">False</property>
 | 
			
		||||
              </packing>
 | 
			
		||||
            </child>
 | 
			
		||||
            <child>
 | 
			
		||||
              <placeholder/>
 | 
			
		||||
            </child>
 | 
			
		||||
          </widget>
 | 
			
		||||
          <packing>
 | 
			
		||||
            <property name="expand">False</property>
 | 
			
		||||
            <property name="position">1</property>
 | 
			
		||||
          </packing>
 | 
			
		||||
        </child>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue