plugins window redesign
This commit is contained in:
		
							parent
							
								
									0f3ea82e4c
								
							
						
					
					
						commit
						25bd925644
					
				
					 2 changed files with 77 additions and 323 deletions
				
			
		|  | @ -25,14 +25,20 @@ | ||||||
|                 <property name="visible">True</property> |                 <property name="visible">True</property> | ||||||
|                 <property name="can_focus">True</property> |                 <property name="can_focus">True</property> | ||||||
|                 <property name="position">250</property> |                 <property name="position">250</property> | ||||||
|                 <property name="position_set">True</property> |                 <child> | ||||||
|  |                   <object class="GtkAlignment" id="alignment1"> | ||||||
|  |                     <property name="visible">True</property> | ||||||
|  |                     <property name="xalign">0</property> | ||||||
|  |                     <child> | ||||||
|  |                       <object class="GtkVBox" id="vbox6"> | ||||||
|  |                         <property name="visible">True</property> | ||||||
|  |                         <property name="orientation">vertical</property> | ||||||
|                         <child> |                         <child> | ||||||
|                           <object class="GtkScrolledWindow" id="scrolledwindow1"> |                           <object class="GtkScrolledWindow" id="scrolledwindow1"> | ||||||
|                             <property name="visible">True</property> |                             <property name="visible">True</property> | ||||||
|                             <property name="can_focus">True</property> |                             <property name="can_focus">True</property> | ||||||
|                             <property name="border_width">6</property> |                             <property name="border_width">6</property> | ||||||
|                     <property name="hscrollbar_policy">automatic</property> |                             <property name="hscrollbar_policy">never</property> | ||||||
|                     <property name="vscrollbar_policy">automatic</property> |  | ||||||
|                             <child> |                             <child> | ||||||
|                               <object class="GtkTreeView" id="installed_plugins_treeview"> |                               <object class="GtkTreeView" id="installed_plugins_treeview"> | ||||||
|                                 <property name="visible">True</property> |                                 <property name="visible">True</property> | ||||||
|  | @ -40,9 +46,61 @@ | ||||||
|                               </object> |                               </object> | ||||||
|                             </child> |                             </child> | ||||||
|                           </object> |                           </object> | ||||||
|  |                           <packing> | ||||||
|  |                             <property name="position">0</property> | ||||||
|  |                           </packing> | ||||||
|  |                         </child> | ||||||
|  |                         <child> | ||||||
|  |                           <object class="GtkAspectFrame" id="aspectframe1"> | ||||||
|  |                             <property name="visible">True</property> | ||||||
|  |                             <property name="label_xalign">0</property> | ||||||
|  |                             <property name="shadow_type">none</property> | ||||||
|  |                             <property name="xalign">0</property> | ||||||
|  |                             <child> | ||||||
|  |                               <object class="GtkButton" id="install_plugin_button"> | ||||||
|  |                                 <property name="visible">True</property> | ||||||
|  |                                 <property name="can_focus">True</property> | ||||||
|  |                                 <property name="receives_default">True</property> | ||||||
|  |                                 <signal name="clicked" handler="on_install_plugin_button_clicked"/> | ||||||
|  |                                 <child> | ||||||
|  |                                   <object class="GtkHBox" id="hbox8"> | ||||||
|  |                                     <property name="visible">True</property> | ||||||
|  |                                     <child> | ||||||
|  |                                       <object class="GtkImage" id="image2"> | ||||||
|  |                                         <property name="visible">True</property> | ||||||
|  |                                         <property name="stock">gtk-apply</property> | ||||||
|  |                                       </object> | ||||||
|  |                                       <packing> | ||||||
|  |                                         <property name="position">0</property> | ||||||
|  |                                       </packing> | ||||||
|  |                                     </child> | ||||||
|  |                                     <child> | ||||||
|  |                                       <object class="GtkLabel" id="configure_plugin_button_label2"> | ||||||
|  |                                         <property name="visible">True</property> | ||||||
|  |                                         <property name="xalign">0</property> | ||||||
|  |                                         <property name="label" translatable="yes">Install from zip</property> | ||||||
|  |                                       </object> | ||||||
|  |                                       <packing> | ||||||
|  |                                         <property name="position">1</property> | ||||||
|  |                                       </packing> | ||||||
|  |                                     </child> | ||||||
|  |                                   </object> | ||||||
|  |                                 </child> | ||||||
|  |                               </object> | ||||||
|  |                             </child> | ||||||
|  |                           </object> | ||||||
|  |                           <packing> | ||||||
|  |                             <property name="expand">False</property> | ||||||
|  |                             <property name="padding">5</property> | ||||||
|  |                             <property name="position">1</property> | ||||||
|  |                           </packing> | ||||||
|  |                         </child> | ||||||
|  |                       </object> | ||||||
|  |                     </child> | ||||||
|  |                   </object> | ||||||
|                   <packing> |                   <packing> | ||||||
|                     <property name="resize">False</property> |                     <property name="resize">False</property> | ||||||
|                     <property name="shrink">True</property> |                     <property name="shrink">False</property> | ||||||
|                   </packing> |                   </packing> | ||||||
|                 </child> |                 </child> | ||||||
|                 <child> |                 <child> | ||||||
|  | @ -166,7 +224,6 @@ | ||||||
|                     <child> |                     <child> | ||||||
|                       <object class="GtkVBox" id="vbox3"> |                       <object class="GtkVBox" id="vbox3"> | ||||||
|                         <property name="visible">True</property> |                         <property name="visible">True</property> | ||||||
|                         <property name="orientation">vertical</property> |  | ||||||
|                         <child> |                         <child> | ||||||
|                           <object class="GtkHBox" id="hbox5"> |                           <object class="GtkHBox" id="hbox5"> | ||||||
|                             <property name="visible">True</property> |                             <property name="visible">True</property> | ||||||
|  | @ -180,18 +237,10 @@ | ||||||
|                                 <property name="position">0</property> |                                 <property name="position">0</property> | ||||||
|                               </packing> |                               </packing> | ||||||
|                             </child> |                             </child> | ||||||
|                             <child> |  | ||||||
|                               <object class="GtkAlignment" id="alignment2"> |  | ||||||
|                                 <property name="visible">True</property> |  | ||||||
|                             <child> |                             <child> | ||||||
|                               <placeholder/> |                               <placeholder/> | ||||||
|                             </child> |                             </child> | ||||||
|                           </object> |                           </object> | ||||||
|                               <packing> |  | ||||||
|                                 <property name="position">1</property> |  | ||||||
|                               </packing> |  | ||||||
|                             </child> |  | ||||||
|                           </object> |  | ||||||
|                           <packing> |                           <packing> | ||||||
|                             <property name="expand">False</property> |                             <property name="expand">False</property> | ||||||
|                             <property name="position">0</property> |                             <property name="position">0</property> | ||||||
|  | @ -220,58 +269,21 @@ | ||||||
|                       </packing> |                       </packing> | ||||||
|                     </child> |                     </child> | ||||||
|                     <child> |                     <child> | ||||||
|                       <object class="GtkHButtonBox" id="hbuttonbox2"> |                       <object class="GtkHButtonBox" id="hbuttonbox3"> | ||||||
|                         <property name="visible">True</property> |                         <property name="visible">True</property> | ||||||
|                         <property name="spacing">5</property> |                         <property name="spacing">5</property> | ||||||
|                         <property name="layout_style">end</property> |                         <property name="layout_style">end</property> | ||||||
|                         <child> |  | ||||||
|                           <object class="GtkButton" id="install_plugin_button"> |  | ||||||
|                             <property name="visible">True</property> |  | ||||||
|                             <property name="can_focus">False</property> |  | ||||||
|                             <property name="receives_default">True</property> |  | ||||||
|                             <signal name="clicked" handler="on_install_plugin_button_clicked"/> |  | ||||||
|                             <child> |  | ||||||
|                               <object class="GtkHBox" id="hbox13"> |  | ||||||
|                                 <property name="visible">True</property> |  | ||||||
|                                 <child> |  | ||||||
|                                   <object class="GtkImage" id="image3"> |  | ||||||
|                                     <property name="visible">True</property> |  | ||||||
|                                     <property name="stock">gtk-apply</property> |  | ||||||
|                                   </object> |  | ||||||
|                                   <packing> |  | ||||||
|                                     <property name="position">0</property> |  | ||||||
|                                   </packing> |  | ||||||
|                                 </child> |  | ||||||
|                                 <child> |  | ||||||
|                                   <object class="GtkLabel" id="install_plugin_button_label"> |  | ||||||
|                                     <property name="visible">True</property> |  | ||||||
|                                     <property name="xalign">0</property> |  | ||||||
|                                     <property name="label" translatable="yes">Install</property> |  | ||||||
|                                   </object> |  | ||||||
|                                   <packing> |  | ||||||
|                                     <property name="position">1</property> |  | ||||||
|                                   </packing> |  | ||||||
|                                 </child> |  | ||||||
|                               </object> |  | ||||||
|                             </child> |  | ||||||
|                           </object> |  | ||||||
|                           <packing> |  | ||||||
|                             <property name="expand">False</property> |  | ||||||
|                             <property name="fill">False</property> |  | ||||||
|                             <property name="position">0</property> |  | ||||||
|                           </packing> |  | ||||||
|                         </child> |  | ||||||
|                         <child> |                         <child> | ||||||
|                           <object class="GtkButton" id="uninstall_plugin_button"> |                           <object class="GtkButton" id="uninstall_plugin_button"> | ||||||
|                             <property name="visible">True</property> |                             <property name="visible">True</property> | ||||||
|                             <property name="can_focus">False</property> |                             <property name="can_focus">True</property> | ||||||
|                             <property name="receives_default">True</property> |                             <property name="receives_default">True</property> | ||||||
|                             <signal name="clicked" handler="on_uninstall_plugin_button_clicked"/> |                             <signal name="clicked" handler="on_uninstall_plugin_button_clicked"/> | ||||||
|                             <child> |                             <child> | ||||||
|                               <object class="GtkHBox" id="hbox11"> |                               <object class="GtkHBox" id="hbox6"> | ||||||
|                                 <property name="visible">True</property> |                                 <property name="visible">True</property> | ||||||
|                                 <child> |                                 <child> | ||||||
|                                   <object class="GtkImage" id="image1"> |                                   <object class="GtkImage" id="image5"> | ||||||
|                                     <property name="visible">True</property> |                                     <property name="visible">True</property> | ||||||
|                                     <property name="stock">gtk-cancel</property> |                                     <property name="stock">gtk-cancel</property> | ||||||
|                                   </object> |                                   </object> | ||||||
|  | @ -280,7 +292,7 @@ | ||||||
|                                   </packing> |                                   </packing> | ||||||
|                                 </child> |                                 </child> | ||||||
|                                 <child> |                                 <child> | ||||||
|                                   <object class="GtkLabel" id="uninstall_plugin_button_label"> |                                   <object class="GtkLabel" id="uninstall_plugin_button_label1"> | ||||||
|                                     <property name="visible">True</property> |                                     <property name="visible">True</property> | ||||||
|                                     <property name="xalign">0</property> |                                     <property name="xalign">0</property> | ||||||
|                                     <property name="label" translatable="yes">Uninstall</property> |                                     <property name="label" translatable="yes">Uninstall</property> | ||||||
|  | @ -305,10 +317,10 @@ | ||||||
|                             <property name="receives_default">True</property> |                             <property name="receives_default">True</property> | ||||||
|                             <signal name="clicked" handler="on_configure_plugin_button_clicked"/> |                             <signal name="clicked" handler="on_configure_plugin_button_clicked"/> | ||||||
|                             <child> |                             <child> | ||||||
|                               <object class="GtkHBox" id="hbox12"> |                               <object class="GtkHBox" id="hbox7"> | ||||||
|                                 <property name="visible">True</property> |                                 <property name="visible">True</property> | ||||||
|                                 <child> |                                 <child> | ||||||
|                                   <object class="GtkImage" id="image2"> |                                   <object class="GtkImage" id="image6"> | ||||||
|                                     <property name="visible">True</property> |                                     <property name="visible">True</property> | ||||||
|                                     <property name="stock">gtk-preferences</property> |                                     <property name="stock">gtk-preferences</property> | ||||||
|                                   </object> |                                   </object> | ||||||
|  | @ -317,7 +329,7 @@ | ||||||
|                                   </packing> |                                   </packing> | ||||||
|                                 </child> |                                 </child> | ||||||
|                                 <child> |                                 <child> | ||||||
|                                   <object class="GtkLabel" id="configure_plugin_button_label"> |                                   <object class="GtkLabel" id="configure_plugin_button_label1"> | ||||||
|                                     <property name="visible">True</property> |                                     <property name="visible">True</property> | ||||||
|                                     <property name="xalign">0</property> |                                     <property name="xalign">0</property> | ||||||
|                                     <property name="label" translatable="yes">Configure</property> |                                     <property name="label" translatable="yes">Configure</property> | ||||||
|  | @ -358,264 +370,6 @@ | ||||||
|                 <property name="tab_fill">False</property> |                 <property name="tab_fill">False</property> | ||||||
|               </packing> |               </packing> | ||||||
|             </child> |             </child> | ||||||
|             <child> |  | ||||||
|               <object class="GtkHPaned" id="hpaned2"> |  | ||||||
|                 <property name="visible">True</property> |  | ||||||
|                 <property name="sensitive">False</property> |  | ||||||
|                 <property name="can_focus">True</property> |  | ||||||
|                 <child> |  | ||||||
|                   <object class="GtkScrolledWindow" id="scrolledwindow2"> |  | ||||||
|                     <property name="visible">True</property> |  | ||||||
|                     <property name="can_focus">True</property> |  | ||||||
|                     <property name="hscrollbar_policy">automatic</property> |  | ||||||
|                     <property name="vscrollbar_policy">automatic</property> |  | ||||||
|                     <child> |  | ||||||
|                       <object class="GtkTreeView" id="treeview2"> |  | ||||||
|                         <property name="visible">True</property> |  | ||||||
|                         <property name="can_focus">True</property> |  | ||||||
|                       </object> |  | ||||||
|                     </child> |  | ||||||
|                   </object> |  | ||||||
|                   <packing> |  | ||||||
|                     <property name="resize">False</property> |  | ||||||
|                     <property name="shrink">True</property> |  | ||||||
|                   </packing> |  | ||||||
|                 </child> |  | ||||||
|                 <child> |  | ||||||
|                   <object class="GtkVBox" id="vbox4"> |  | ||||||
|                     <property name="visible">True</property> |  | ||||||
|                     <property name="orientation">vertical</property> |  | ||||||
|                     <child> |  | ||||||
|                       <object class="GtkHBox" id="hbox6"> |  | ||||||
|                         <property name="visible">True</property> |  | ||||||
|                         <child> |  | ||||||
|                           <object class="GtkLabel" id="plugin_name_label1"> |  | ||||||
|                             <property name="visible">True</property> |  | ||||||
|                             <property name="label" translatable="yes"><empty></property> |  | ||||||
|                             <property name="selectable">True</property> |  | ||||||
|                           </object> |  | ||||||
|                           <packing> |  | ||||||
|                             <property name="expand">False</property> |  | ||||||
|                             <property name="position">0</property> |  | ||||||
|                           </packing> |  | ||||||
|                         </child> |  | ||||||
|                         <child> |  | ||||||
|                           <object class="GtkAlignment" id="alignment3"> |  | ||||||
|                             <property name="visible">True</property> |  | ||||||
|                             <child> |  | ||||||
|                               <placeholder/> |  | ||||||
|                             </child> |  | ||||||
|                           </object> |  | ||||||
|                           <packing> |  | ||||||
|                             <property name="position">1</property> |  | ||||||
|                           </packing> |  | ||||||
|                         </child> |  | ||||||
|                       </object> |  | ||||||
|                       <packing> |  | ||||||
|                         <property name="expand">False</property> |  | ||||||
|                         <property name="position">0</property> |  | ||||||
|                       </packing> |  | ||||||
|                     </child> |  | ||||||
|                     <child> |  | ||||||
|                       <object class="GtkHBox" id="hbox7"> |  | ||||||
|                         <property name="visible">True</property> |  | ||||||
|                         <child> |  | ||||||
|                           <object class="GtkLabel" id="label3"> |  | ||||||
|                             <property name="visible">True</property> |  | ||||||
|                             <property name="label" translatable="yes">Version:</property> |  | ||||||
|                           </object> |  | ||||||
|                           <packing> |  | ||||||
|                             <property name="expand">False</property> |  | ||||||
|                             <property name="position">0</property> |  | ||||||
|                           </packing> |  | ||||||
|                         </child> |  | ||||||
|                         <child> |  | ||||||
|                           <object class="GtkLabel" id="plugin_version_label1"> |  | ||||||
|                             <property name="visible">True</property> |  | ||||||
|                             <property name="label" translatable="yes"><empty></property> |  | ||||||
|                             <property name="selectable">True</property> |  | ||||||
|                           </object> |  | ||||||
|                           <packing> |  | ||||||
|                             <property name="expand">False</property> |  | ||||||
|                             <property name="position">1</property> |  | ||||||
|                           </packing> |  | ||||||
|                         </child> |  | ||||||
|                       </object> |  | ||||||
|                       <packing> |  | ||||||
|                         <property name="expand">False</property> |  | ||||||
|                         <property name="position">1</property> |  | ||||||
|                       </packing> |  | ||||||
|                     </child> |  | ||||||
|                     <child> |  | ||||||
|                       <object class="GtkHBox" id="hbox8"> |  | ||||||
|                         <property name="visible">True</property> |  | ||||||
|                         <child> |  | ||||||
|                           <object class="GtkLabel" id="label8"> |  | ||||||
|                             <property name="visible">True</property> |  | ||||||
|                             <property name="label" translatable="yes">Authors:</property> |  | ||||||
|                           </object> |  | ||||||
|                           <packing> |  | ||||||
|                             <property name="expand">False</property> |  | ||||||
|                             <property name="position">0</property> |  | ||||||
|                           </packing> |  | ||||||
|                         </child> |  | ||||||
|                         <child> |  | ||||||
|                           <object class="GtkLabel" id="plugin_authors_label1"> |  | ||||||
|                             <property name="visible">True</property> |  | ||||||
|                             <property name="label" translatable="yes"><empty></property> |  | ||||||
|                             <property name="selectable">True</property> |  | ||||||
|                           </object> |  | ||||||
|                           <packing> |  | ||||||
|                             <property name="expand">False</property> |  | ||||||
|                             <property name="position">1</property> |  | ||||||
|                           </packing> |  | ||||||
|                         </child> |  | ||||||
|                       </object> |  | ||||||
|                       <packing> |  | ||||||
|                         <property name="expand">False</property> |  | ||||||
|                         <property name="position">2</property> |  | ||||||
|                       </packing> |  | ||||||
|                     </child> |  | ||||||
|                     <child> |  | ||||||
|                       <object class="GtkHBox" id="hbox9"> |  | ||||||
|                         <property name="visible">True</property> |  | ||||||
|                         <child> |  | ||||||
|                           <object class="GtkLabel" id="label9"> |  | ||||||
|                             <property name="visible">True</property> |  | ||||||
|                             <property name="label" translatable="yes">Homepage:</property> |  | ||||||
|                           </object> |  | ||||||
|                           <packing> |  | ||||||
|                             <property name="expand">False</property> |  | ||||||
|                             <property name="position">0</property> |  | ||||||
|                           </packing> |  | ||||||
|                         </child> |  | ||||||
|                         <child> |  | ||||||
|                           <object class="GtkLinkButton" id="plugin_homepage_linkbutton1"> |  | ||||||
|                             <property name="label" translatable="yes">button</property> |  | ||||||
|                             <property name="visible">True</property> |  | ||||||
|                             <property name="can_focus">True</property> |  | ||||||
|                             <property name="receives_default">True</property> |  | ||||||
|                             <property name="relief">none</property> |  | ||||||
|                             <property name="focus_on_click">False</property> |  | ||||||
|                           </object> |  | ||||||
|                           <packing> |  | ||||||
|                             <property name="expand">False</property> |  | ||||||
|                             <property name="position">1</property> |  | ||||||
|                           </packing> |  | ||||||
|                         </child> |  | ||||||
|                       </object> |  | ||||||
|                       <packing> |  | ||||||
|                         <property name="expand">False</property> |  | ||||||
|                         <property name="position">3</property> |  | ||||||
|                       </packing> |  | ||||||
|                     </child> |  | ||||||
|                     <child> |  | ||||||
|                       <object class="GtkVBox" id="vbox5"> |  | ||||||
|                         <property name="visible">True</property> |  | ||||||
|                         <property name="orientation">vertical</property> |  | ||||||
|                         <child> |  | ||||||
|                           <object class="GtkHBox" id="hbox10"> |  | ||||||
|                             <property name="visible">True</property> |  | ||||||
|                             <child> |  | ||||||
|                               <object class="GtkLabel" id="label10"> |  | ||||||
|                                 <property name="visible">True</property> |  | ||||||
|                                 <property name="label" translatable="yes">Descrition:</property> |  | ||||||
|                               </object> |  | ||||||
|                               <packing> |  | ||||||
|                                 <property name="expand">False</property> |  | ||||||
|                                 <property name="position">0</property> |  | ||||||
|                               </packing> |  | ||||||
|                             </child> |  | ||||||
|                             <child> |  | ||||||
|                               <object class="GtkAlignment" id="alignment4"> |  | ||||||
|                                 <property name="visible">True</property> |  | ||||||
|                                 <child> |  | ||||||
|                                   <placeholder/> |  | ||||||
|                                 </child> |  | ||||||
|                               </object> |  | ||||||
|                               <packing> |  | ||||||
|                                 <property name="position">1</property> |  | ||||||
|                               </packing> |  | ||||||
|                             </child> |  | ||||||
|                           </object> |  | ||||||
|                           <packing> |  | ||||||
|                             <property name="expand">False</property> |  | ||||||
|                             <property name="position">0</property> |  | ||||||
|                           </packing> |  | ||||||
|                         </child> |  | ||||||
|                         <child> |  | ||||||
|                           <object class="GtkTextView" id="plugin_description_textview1"> |  | ||||||
|                             <property name="visible">True</property> |  | ||||||
|                             <property name="can_focus">True</property> |  | ||||||
|                           </object> |  | ||||||
|                           <packing> |  | ||||||
|                             <property name="position">1</property> |  | ||||||
|                           </packing> |  | ||||||
|                         </child> |  | ||||||
|                       </object> |  | ||||||
|                       <packing> |  | ||||||
|                         <property name="position">4</property> |  | ||||||
|                       </packing> |  | ||||||
|                     </child> |  | ||||||
|                     <child> |  | ||||||
|                       <object class="GtkHButtonBox" id="hbuttonbox3"> |  | ||||||
|                         <property name="visible">True</property> |  | ||||||
|                         <property name="layout_style">end</property> |  | ||||||
|                         <child> |  | ||||||
|                           <object class="GtkButton" id="uninstall_plugin_button1"> |  | ||||||
|                             <property name="label" translatable="yes">button</property> |  | ||||||
|                             <property name="visible">True</property> |  | ||||||
|                             <property name="can_focus">True</property> |  | ||||||
|                             <property name="receives_default">True</property> |  | ||||||
|                           </object> |  | ||||||
|                           <packing> |  | ||||||
|                             <property name="expand">False</property> |  | ||||||
|                             <property name="fill">False</property> |  | ||||||
|                             <property name="position">0</property> |  | ||||||
|                           </packing> |  | ||||||
|                         </child> |  | ||||||
|                         <child> |  | ||||||
|                           <object class="GtkButton" id="configure_plugin_button1"> |  | ||||||
|                             <property name="label" translatable="yes">button</property> |  | ||||||
|                             <property name="visible">True</property> |  | ||||||
|                             <property name="can_focus">True</property> |  | ||||||
|                             <property name="receives_default">True</property> |  | ||||||
|                           </object> |  | ||||||
|                           <packing> |  | ||||||
|                             <property name="expand">False</property> |  | ||||||
|                             <property name="fill">False</property> |  | ||||||
|                             <property name="position">1</property> |  | ||||||
|                           </packing> |  | ||||||
|                         </child> |  | ||||||
|                       </object> |  | ||||||
|                       <packing> |  | ||||||
|                         <property name="expand">False</property> |  | ||||||
|                         <property name="position">5</property> |  | ||||||
|                       </packing> |  | ||||||
|                     </child> |  | ||||||
|                   </object> |  | ||||||
|                   <packing> |  | ||||||
|                     <property name="resize">True</property> |  | ||||||
|                     <property name="shrink">True</property> |  | ||||||
|                   </packing> |  | ||||||
|                 </child> |  | ||||||
|               </object> |  | ||||||
|               <packing> |  | ||||||
|                 <property name="position">1</property> |  | ||||||
|               </packing> |  | ||||||
|             </child> |  | ||||||
|             <child type="tab"> |  | ||||||
|               <object class="GtkLabel" id="label2"> |  | ||||||
|                 <property name="visible">True</property> |  | ||||||
|                 <property name="sensitive">False</property> |  | ||||||
|                 <property name="can_focus">True</property> |  | ||||||
|                 <property name="label" translatable="yes">Available</property> |  | ||||||
|               </object> |  | ||||||
|               <packing> |  | ||||||
|                 <property name="position">1</property> |  | ||||||
|                 <property name="tab_fill">False</property> |  | ||||||
|               </packing> |  | ||||||
|             </child> |  | ||||||
|             <child> |             <child> | ||||||
|               <placeholder/> |               <placeholder/> | ||||||
|             </child> |             </child> | ||||||
|  |  | ||||||
|  | @ -19,7 +19,7 @@ | ||||||
|             <property name="visible">True</property> |             <property name="visible">True</property> | ||||||
|             <property name="can_focus">True</property> |             <property name="can_focus">True</property> | ||||||
|             <property name="border_width">6</property> |             <property name="border_width">6</property> | ||||||
|             <property name="hscrollbar_policy">automatic</property> |             <property name="hscrollbar_policy">never</property> | ||||||
|             <property name="vscrollbar_policy">automatic</property> |             <property name="vscrollbar_policy">automatic</property> | ||||||
|             <child> |             <child> | ||||||
|               <object class="GtkTreeView" id="available_treeview"> |               <object class="GtkTreeView" id="available_treeview"> | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue