fixing a gui bug with sensitivity for proxy table (thanks owen from #gtk+ irc room
This commit is contained in:
		
							parent
							
								
									e9abca09fc
								
							
						
					
					
						commit
						1353525bf2
					
				
					 2 changed files with 211 additions and 197 deletions
				
			
		|  | @ -941,7 +941,10 @@ class Account_modification_window: | ||||||
| 
 | 
 | ||||||
| 	def on_use_proxy_checkbutton_toggled(self, widget): | 	def on_use_proxy_checkbutton_toggled(self, widget): | ||||||
| 		proxy_table = self.xml.get_widget('proxy_table') | 		proxy_table = self.xml.get_widget('proxy_table') | ||||||
| 		self.on_checkbutton_toggled(widget, [proxy_table]) | 		widgets = proxy_table.get_children() | ||||||
|  | 		widgets.append(proxy_table) | ||||||
|  | 		self.on_checkbutton_toggled(widget, widgets) | ||||||
|  | 
 | ||||||
| 
 | 
 | ||||||
| 	def init_account_gpg(self): | 	def init_account_gpg(self): | ||||||
| 		keyid = gajim.config.get_per('accounts', self.account, 'keyid') | 		keyid = gajim.config.get_per('accounts', self.account, 'keyid') | ||||||
|  |  | ||||||
							
								
								
									
										403
									
								
								src/gtkgui.glade
									
										
									
									
									
								
							
							
						
						
									
										403
									
								
								src/gtkgui.glade
									
										
									
									
									
								
							|  | @ -1348,198 +1348,10 @@ | ||||||
| 		      <property name="right_padding">0</property> | 		      <property name="right_padding">0</property> | ||||||
| 
 | 
 | ||||||
| 		      <child> | 		      <child> | ||||||
| 			<widget class="GtkTable" id="proxy_table"> | 			<widget class="GtkVBox" id="vbox71"> | ||||||
| 			  <property name="border_width">5</property> |  | ||||||
| 			  <property name="visible">True</property> | 			  <property name="visible">True</property> | ||||||
| 			  <property name="n_rows">5</property> |  | ||||||
| 			  <property name="n_columns">2</property> |  | ||||||
| 			  <property name="homogeneous">False</property> | 			  <property name="homogeneous">False</property> | ||||||
| 			  <property name="row_spacing">5</property> | 			  <property name="spacing">0</property> | ||||||
| 			  <property name="column_spacing">5</property> |  | ||||||
| 
 |  | ||||||
| 			  <child> |  | ||||||
| 			    <widget class="GtkLabel" id="label136"> |  | ||||||
| 			      <property name="visible">True</property> |  | ||||||
| 			      <property name="label" translatable="yes">_Port:</property> |  | ||||||
| 			      <property name="use_underline">True</property> |  | ||||||
| 			      <property name="use_markup">False</property> |  | ||||||
| 			      <property name="justify">GTK_JUSTIFY_LEFT</property> |  | ||||||
| 			      <property name="wrap">False</property> |  | ||||||
| 			      <property name="selectable">False</property> |  | ||||||
| 			      <property name="xalign">0</property> |  | ||||||
| 			      <property name="yalign">0.5</property> |  | ||||||
| 			      <property name="xpad">0</property> |  | ||||||
| 			      <property name="ypad">0</property> |  | ||||||
| 			      <property name="mnemonic_widget">proxyport_entry</property> |  | ||||||
| 			    </widget> |  | ||||||
| 			    <packing> |  | ||||||
| 			      <property name="left_attach">0</property> |  | ||||||
| 			      <property name="right_attach">1</property> |  | ||||||
| 			      <property name="top_attach">2</property> |  | ||||||
| 			      <property name="bottom_attach">3</property> |  | ||||||
| 			      <property name="x_options">fill</property> |  | ||||||
| 			      <property name="y_options"></property> |  | ||||||
| 			    </packing> |  | ||||||
| 			  </child> |  | ||||||
| 
 |  | ||||||
| 			  <child> |  | ||||||
| 			    <widget class="GtkEntry" id="proxyhost_entry"> |  | ||||||
| 			      <property name="visible">True</property> |  | ||||||
| 			      <property name="can_focus">True</property> |  | ||||||
| 			      <property name="editable">True</property> |  | ||||||
| 			      <property name="visibility">True</property> |  | ||||||
| 			      <property name="max_length">0</property> |  | ||||||
| 			      <property name="text" translatable="yes"></property> |  | ||||||
| 			      <property name="has_frame">True</property> |  | ||||||
| 			      <property name="invisible_char">*</property> |  | ||||||
| 			      <property name="activates_default">False</property> |  | ||||||
| 			    </widget> |  | ||||||
| 			    <packing> |  | ||||||
| 			      <property name="left_attach">1</property> |  | ||||||
| 			      <property name="right_attach">2</property> |  | ||||||
| 			      <property name="top_attach">1</property> |  | ||||||
| 			      <property name="bottom_attach">2</property> |  | ||||||
| 			      <property name="y_options"></property> |  | ||||||
| 			    </packing> |  | ||||||
| 			  </child> |  | ||||||
| 
 |  | ||||||
| 			  <child> |  | ||||||
| 			    <widget class="GtkLabel" id="label135"> |  | ||||||
| 			      <property name="visible">True</property> |  | ||||||
| 			      <property name="label" translatable="yes">_Host:</property> |  | ||||||
| 			      <property name="use_underline">True</property> |  | ||||||
| 			      <property name="use_markup">False</property> |  | ||||||
| 			      <property name="justify">GTK_JUSTIFY_LEFT</property> |  | ||||||
| 			      <property name="wrap">False</property> |  | ||||||
| 			      <property name="selectable">False</property> |  | ||||||
| 			      <property name="xalign">0</property> |  | ||||||
| 			      <property name="yalign">0.5</property> |  | ||||||
| 			      <property name="xpad">0</property> |  | ||||||
| 			      <property name="ypad">0</property> |  | ||||||
| 			      <property name="mnemonic_widget">proxyhost_entry</property> |  | ||||||
| 			    </widget> |  | ||||||
| 			    <packing> |  | ||||||
| 			      <property name="left_attach">0</property> |  | ||||||
| 			      <property name="right_attach">1</property> |  | ||||||
| 			      <property name="top_attach">1</property> |  | ||||||
| 			      <property name="bottom_attach">2</property> |  | ||||||
| 			      <property name="x_options">fill</property> |  | ||||||
| 			      <property name="y_options"></property> |  | ||||||
| 			    </packing> |  | ||||||
| 			  </child> |  | ||||||
| 
 |  | ||||||
| 			  <child> |  | ||||||
| 			    <widget class="GtkEntry" id="proxyport_entry"> |  | ||||||
| 			      <property name="visible">True</property> |  | ||||||
| 			      <property name="can_focus">True</property> |  | ||||||
| 			      <property name="editable">True</property> |  | ||||||
| 			      <property name="visibility">True</property> |  | ||||||
| 			      <property name="max_length">0</property> |  | ||||||
| 			      <property name="text" translatable="yes">3128</property> |  | ||||||
| 			      <property name="has_frame">True</property> |  | ||||||
| 			      <property name="invisible_char">*</property> |  | ||||||
| 			      <property name="activates_default">False</property> |  | ||||||
| 			    </widget> |  | ||||||
| 			    <packing> |  | ||||||
| 			      <property name="left_attach">1</property> |  | ||||||
| 			      <property name="right_attach">2</property> |  | ||||||
| 			      <property name="top_attach">2</property> |  | ||||||
| 			      <property name="bottom_attach">3</property> |  | ||||||
| 			      <property name="y_options"></property> |  | ||||||
| 			    </packing> |  | ||||||
| 			  </child> |  | ||||||
| 
 |  | ||||||
| 			  <child> |  | ||||||
| 			    <widget class="GtkLabel" id="label253"> |  | ||||||
| 			      <property name="visible">True</property> |  | ||||||
| 			      <property name="label" translatable="yes">_Username:</property> |  | ||||||
| 			      <property name="use_underline">True</property> |  | ||||||
| 			      <property name="use_markup">False</property> |  | ||||||
| 			      <property name="justify">GTK_JUSTIFY_LEFT</property> |  | ||||||
| 			      <property name="wrap">False</property> |  | ||||||
| 			      <property name="selectable">False</property> |  | ||||||
| 			      <property name="xalign">0</property> |  | ||||||
| 			      <property name="yalign">0.5</property> |  | ||||||
| 			      <property name="xpad">0</property> |  | ||||||
| 			      <property name="ypad">0</property> |  | ||||||
| 			      <property name="mnemonic_widget">proxyuser_entry</property> |  | ||||||
| 			    </widget> |  | ||||||
| 			    <packing> |  | ||||||
| 			      <property name="left_attach">0</property> |  | ||||||
| 			      <property name="right_attach">1</property> |  | ||||||
| 			      <property name="top_attach">3</property> |  | ||||||
| 			      <property name="bottom_attach">4</property> |  | ||||||
| 			      <property name="x_options">fill</property> |  | ||||||
| 			      <property name="y_options"></property> |  | ||||||
| 			    </packing> |  | ||||||
| 			  </child> |  | ||||||
| 
 |  | ||||||
| 			  <child> |  | ||||||
| 			    <widget class="GtkLabel" id="label254"> |  | ||||||
| 			      <property name="visible">True</property> |  | ||||||
| 			      <property name="label" translatable="yes">Pass_word:</property> |  | ||||||
| 			      <property name="use_underline">True</property> |  | ||||||
| 			      <property name="use_markup">False</property> |  | ||||||
| 			      <property name="justify">GTK_JUSTIFY_LEFT</property> |  | ||||||
| 			      <property name="wrap">False</property> |  | ||||||
| 			      <property name="selectable">False</property> |  | ||||||
| 			      <property name="xalign">0</property> |  | ||||||
| 			      <property name="yalign">0.5</property> |  | ||||||
| 			      <property name="xpad">0</property> |  | ||||||
| 			      <property name="ypad">0</property> |  | ||||||
| 			      <property name="mnemonic_widget">proxypass_entry</property> |  | ||||||
| 			    </widget> |  | ||||||
| 			    <packing> |  | ||||||
| 			      <property name="left_attach">0</property> |  | ||||||
| 			      <property name="right_attach">1</property> |  | ||||||
| 			      <property name="top_attach">4</property> |  | ||||||
| 			      <property name="bottom_attach">5</property> |  | ||||||
| 			      <property name="x_options">fill</property> |  | ||||||
| 			      <property name="y_options"></property> |  | ||||||
| 			    </packing> |  | ||||||
| 			  </child> |  | ||||||
| 
 |  | ||||||
| 			  <child> |  | ||||||
| 			    <widget class="GtkEntry" id="proxyuser_entry"> |  | ||||||
| 			      <property name="visible">True</property> |  | ||||||
| 			      <property name="can_focus">True</property> |  | ||||||
| 			      <property name="editable">True</property> |  | ||||||
| 			      <property name="visibility">True</property> |  | ||||||
| 			      <property name="max_length">0</property> |  | ||||||
| 			      <property name="text" translatable="yes"></property> |  | ||||||
| 			      <property name="has_frame">True</property> |  | ||||||
| 			      <property name="invisible_char">*</property> |  | ||||||
| 			      <property name="activates_default">False</property> |  | ||||||
| 			    </widget> |  | ||||||
| 			    <packing> |  | ||||||
| 			      <property name="left_attach">1</property> |  | ||||||
| 			      <property name="right_attach">2</property> |  | ||||||
| 			      <property name="top_attach">3</property> |  | ||||||
| 			      <property name="bottom_attach">4</property> |  | ||||||
| 			      <property name="y_options"></property> |  | ||||||
| 			    </packing> |  | ||||||
| 			  </child> |  | ||||||
| 
 |  | ||||||
| 			  <child> |  | ||||||
| 			    <widget class="GtkEntry" id="proxypass_entry"> |  | ||||||
| 			      <property name="visible">True</property> |  | ||||||
| 			      <property name="can_focus">True</property> |  | ||||||
| 			      <property name="editable">True</property> |  | ||||||
| 			      <property name="visibility">True</property> |  | ||||||
| 			      <property name="max_length">0</property> |  | ||||||
| 			      <property name="text" translatable="yes"></property> |  | ||||||
| 			      <property name="has_frame">True</property> |  | ||||||
| 			      <property name="invisible_char">*</property> |  | ||||||
| 			      <property name="activates_default">False</property> |  | ||||||
| 			    </widget> |  | ||||||
| 			    <packing> |  | ||||||
| 			      <property name="left_attach">1</property> |  | ||||||
| 			      <property name="right_attach">2</property> |  | ||||||
| 			      <property name="top_attach">4</property> |  | ||||||
| 			      <property name="bottom_attach">5</property> |  | ||||||
| 			      <property name="y_options"></property> |  | ||||||
| 			    </packing> |  | ||||||
| 			  </child> |  | ||||||
| 
 | 
 | ||||||
| 			  <child> | 			  <child> | ||||||
| 			    <widget class="GtkCheckButton" id="use_proxy_checkbutton"> | 			    <widget class="GtkCheckButton" id="use_proxy_checkbutton"> | ||||||
|  | @ -1555,12 +1367,211 @@ | ||||||
| 			      <signal name="toggled" handler="on_use_proxy_checkbutton_toggled" last_modification_time="Fri, 08 Apr 2005 21:12:47 GMT"/> | 			      <signal name="toggled" handler="on_use_proxy_checkbutton_toggled" last_modification_time="Fri, 08 Apr 2005 21:12:47 GMT"/> | ||||||
| 			    </widget> | 			    </widget> | ||||||
| 			    <packing> | 			    <packing> | ||||||
| 			      <property name="left_attach">1</property> | 			      <property name="padding">0</property> | ||||||
| 			      <property name="right_attach">2</property> | 			      <property name="expand">False</property> | ||||||
| 			      <property name="top_attach">0</property> | 			      <property name="fill">False</property> | ||||||
| 			      <property name="bottom_attach">1</property> | 			    </packing> | ||||||
| 			      <property name="x_options">fill</property> | 			  </child> | ||||||
| 			      <property name="y_options"></property> | 
 | ||||||
|  | 			  <child> | ||||||
|  | 			    <widget class="GtkTable" id="proxy_table"> | ||||||
|  | 			      <property name="border_width">5</property> | ||||||
|  | 			      <property name="visible">True</property> | ||||||
|  | 			      <property name="sensitive">False</property> | ||||||
|  | 			      <property name="n_rows">4</property> | ||||||
|  | 			      <property name="n_columns">2</property> | ||||||
|  | 			      <property name="homogeneous">False</property> | ||||||
|  | 			      <property name="row_spacing">5</property> | ||||||
|  | 			      <property name="column_spacing">5</property> | ||||||
|  | 
 | ||||||
|  | 			      <child> | ||||||
|  | 				<widget class="GtkLabel" id="label135"> | ||||||
|  | 				  <property name="visible">True</property> | ||||||
|  | 				  <property name="label" translatable="yes">_Host:</property> | ||||||
|  | 				  <property name="use_underline">True</property> | ||||||
|  | 				  <property name="use_markup">False</property> | ||||||
|  | 				  <property name="justify">GTK_JUSTIFY_LEFT</property> | ||||||
|  | 				  <property name="wrap">False</property> | ||||||
|  | 				  <property name="selectable">False</property> | ||||||
|  | 				  <property name="xalign">0</property> | ||||||
|  | 				  <property name="yalign">0.5</property> | ||||||
|  | 				  <property name="xpad">0</property> | ||||||
|  | 				  <property name="ypad">0</property> | ||||||
|  | 				  <property name="mnemonic_widget">proxyhost_entry</property> | ||||||
|  | 				</widget> | ||||||
|  | 				<packing> | ||||||
|  | 				  <property name="left_attach">0</property> | ||||||
|  | 				  <property name="right_attach">1</property> | ||||||
|  | 				  <property name="top_attach">0</property> | ||||||
|  | 				  <property name="bottom_attach">1</property> | ||||||
|  | 				  <property name="x_options">fill</property> | ||||||
|  | 				  <property name="y_options"></property> | ||||||
|  | 				</packing> | ||||||
|  | 			      </child> | ||||||
|  | 
 | ||||||
|  | 			      <child> | ||||||
|  | 				<widget class="GtkLabel" id="label136"> | ||||||
|  | 				  <property name="visible">True</property> | ||||||
|  | 				  <property name="label" translatable="yes">_Port:</property> | ||||||
|  | 				  <property name="use_underline">True</property> | ||||||
|  | 				  <property name="use_markup">False</property> | ||||||
|  | 				  <property name="justify">GTK_JUSTIFY_LEFT</property> | ||||||
|  | 				  <property name="wrap">False</property> | ||||||
|  | 				  <property name="selectable">False</property> | ||||||
|  | 				  <property name="xalign">0</property> | ||||||
|  | 				  <property name="yalign">0.5</property> | ||||||
|  | 				  <property name="xpad">0</property> | ||||||
|  | 				  <property name="ypad">0</property> | ||||||
|  | 				  <property name="mnemonic_widget">proxyport_entry</property> | ||||||
|  | 				</widget> | ||||||
|  | 				<packing> | ||||||
|  | 				  <property name="left_attach">0</property> | ||||||
|  | 				  <property name="right_attach">1</property> | ||||||
|  | 				  <property name="top_attach">1</property> | ||||||
|  | 				  <property name="bottom_attach">2</property> | ||||||
|  | 				  <property name="x_options">fill</property> | ||||||
|  | 				  <property name="y_options"></property> | ||||||
|  | 				</packing> | ||||||
|  | 			      </child> | ||||||
|  | 
 | ||||||
|  | 			      <child> | ||||||
|  | 				<widget class="GtkLabel" id="label253"> | ||||||
|  | 				  <property name="visible">True</property> | ||||||
|  | 				  <property name="label" translatable="yes">_Username:</property> | ||||||
|  | 				  <property name="use_underline">True</property> | ||||||
|  | 				  <property name="use_markup">False</property> | ||||||
|  | 				  <property name="justify">GTK_JUSTIFY_LEFT</property> | ||||||
|  | 				  <property name="wrap">False</property> | ||||||
|  | 				  <property name="selectable">False</property> | ||||||
|  | 				  <property name="xalign">0</property> | ||||||
|  | 				  <property name="yalign">0.5</property> | ||||||
|  | 				  <property name="xpad">0</property> | ||||||
|  | 				  <property name="ypad">0</property> | ||||||
|  | 				  <property name="mnemonic_widget">proxyuser_entry</property> | ||||||
|  | 				</widget> | ||||||
|  | 				<packing> | ||||||
|  | 				  <property name="left_attach">0</property> | ||||||
|  | 				  <property name="right_attach">1</property> | ||||||
|  | 				  <property name="top_attach">2</property> | ||||||
|  | 				  <property name="bottom_attach">3</property> | ||||||
|  | 				  <property name="x_options">fill</property> | ||||||
|  | 				  <property name="y_options"></property> | ||||||
|  | 				</packing> | ||||||
|  | 			      </child> | ||||||
|  | 
 | ||||||
|  | 			      <child> | ||||||
|  | 				<widget class="GtkLabel" id="label254"> | ||||||
|  | 				  <property name="visible">True</property> | ||||||
|  | 				  <property name="label" translatable="yes">Pass_word:</property> | ||||||
|  | 				  <property name="use_underline">True</property> | ||||||
|  | 				  <property name="use_markup">False</property> | ||||||
|  | 				  <property name="justify">GTK_JUSTIFY_LEFT</property> | ||||||
|  | 				  <property name="wrap">False</property> | ||||||
|  | 				  <property name="selectable">False</property> | ||||||
|  | 				  <property name="xalign">0</property> | ||||||
|  | 				  <property name="yalign">0.5</property> | ||||||
|  | 				  <property name="xpad">0</property> | ||||||
|  | 				  <property name="ypad">0</property> | ||||||
|  | 				  <property name="mnemonic_widget">proxypass_entry</property> | ||||||
|  | 				</widget> | ||||||
|  | 				<packing> | ||||||
|  | 				  <property name="left_attach">0</property> | ||||||
|  | 				  <property name="right_attach">1</property> | ||||||
|  | 				  <property name="top_attach">3</property> | ||||||
|  | 				  <property name="bottom_attach">4</property> | ||||||
|  | 				  <property name="x_options">fill</property> | ||||||
|  | 				  <property name="y_options"></property> | ||||||
|  | 				</packing> | ||||||
|  | 			      </child> | ||||||
|  | 
 | ||||||
|  | 			      <child> | ||||||
|  | 				<widget class="GtkEntry" id="proxyhost_entry"> | ||||||
|  | 				  <property name="visible">True</property> | ||||||
|  | 				  <property name="can_focus">True</property> | ||||||
|  | 				  <property name="editable">True</property> | ||||||
|  | 				  <property name="visibility">True</property> | ||||||
|  | 				  <property name="max_length">0</property> | ||||||
|  | 				  <property name="text" translatable="yes"></property> | ||||||
|  | 				  <property name="has_frame">True</property> | ||||||
|  | 				  <property name="invisible_char">*</property> | ||||||
|  | 				  <property name="activates_default">False</property> | ||||||
|  | 				</widget> | ||||||
|  | 				<packing> | ||||||
|  | 				  <property name="left_attach">1</property> | ||||||
|  | 				  <property name="right_attach">2</property> | ||||||
|  | 				  <property name="top_attach">0</property> | ||||||
|  | 				  <property name="bottom_attach">1</property> | ||||||
|  | 				  <property name="y_options"></property> | ||||||
|  | 				</packing> | ||||||
|  | 			      </child> | ||||||
|  | 
 | ||||||
|  | 			      <child> | ||||||
|  | 				<widget class="GtkEntry" id="proxyport_entry"> | ||||||
|  | 				  <property name="visible">True</property> | ||||||
|  | 				  <property name="can_focus">True</property> | ||||||
|  | 				  <property name="editable">True</property> | ||||||
|  | 				  <property name="visibility">True</property> | ||||||
|  | 				  <property name="max_length">0</property> | ||||||
|  | 				  <property name="text" translatable="yes">3128</property> | ||||||
|  | 				  <property name="has_frame">True</property> | ||||||
|  | 				  <property name="invisible_char">*</property> | ||||||
|  | 				  <property name="activates_default">False</property> | ||||||
|  | 				</widget> | ||||||
|  | 				<packing> | ||||||
|  | 				  <property name="left_attach">1</property> | ||||||
|  | 				  <property name="right_attach">2</property> | ||||||
|  | 				  <property name="top_attach">1</property> | ||||||
|  | 				  <property name="bottom_attach">2</property> | ||||||
|  | 				  <property name="y_options"></property> | ||||||
|  | 				</packing> | ||||||
|  | 			      </child> | ||||||
|  | 
 | ||||||
|  | 			      <child> | ||||||
|  | 				<widget class="GtkEntry" id="proxyuser_entry"> | ||||||
|  | 				  <property name="visible">True</property> | ||||||
|  | 				  <property name="can_focus">True</property> | ||||||
|  | 				  <property name="editable">True</property> | ||||||
|  | 				  <property name="visibility">True</property> | ||||||
|  | 				  <property name="max_length">0</property> | ||||||
|  | 				  <property name="text" translatable="yes"></property> | ||||||
|  | 				  <property name="has_frame">True</property> | ||||||
|  | 				  <property name="invisible_char">*</property> | ||||||
|  | 				  <property name="activates_default">False</property> | ||||||
|  | 				</widget> | ||||||
|  | 				<packing> | ||||||
|  | 				  <property name="left_attach">1</property> | ||||||
|  | 				  <property name="right_attach">2</property> | ||||||
|  | 				  <property name="top_attach">2</property> | ||||||
|  | 				  <property name="bottom_attach">3</property> | ||||||
|  | 				  <property name="y_options"></property> | ||||||
|  | 				</packing> | ||||||
|  | 			      </child> | ||||||
|  | 
 | ||||||
|  | 			      <child> | ||||||
|  | 				<widget class="GtkEntry" id="proxypass_entry"> | ||||||
|  | 				  <property name="visible">True</property> | ||||||
|  | 				  <property name="can_focus">True</property> | ||||||
|  | 				  <property name="editable">True</property> | ||||||
|  | 				  <property name="visibility">True</property> | ||||||
|  | 				  <property name="max_length">0</property> | ||||||
|  | 				  <property name="text" translatable="yes"></property> | ||||||
|  | 				  <property name="has_frame">True</property> | ||||||
|  | 				  <property name="invisible_char">*</property> | ||||||
|  | 				  <property name="activates_default">False</property> | ||||||
|  | 				</widget> | ||||||
|  | 				<packing> | ||||||
|  | 				  <property name="left_attach">1</property> | ||||||
|  | 				  <property name="right_attach">2</property> | ||||||
|  | 				  <property name="top_attach">3</property> | ||||||
|  | 				  <property name="bottom_attach">4</property> | ||||||
|  | 				  <property name="y_options"></property> | ||||||
|  | 				</packing> | ||||||
|  | 			      </child> | ||||||
|  | 			    </widget> | ||||||
|  | 			    <packing> | ||||||
|  | 			      <property name="padding">0</property> | ||||||
|  | 			      <property name="expand">True</property> | ||||||
|  | 			      <property name="fill">True</property> | ||||||
| 			    </packing> | 			    </packing> | ||||||
| 			  </child> | 			  </child> | ||||||
| 			</widget> | 			</widget> | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue