Commit aa26136d61034af86f898f508524b9d224e451b2

Authored by Perry Werneck
1 parent fdc489ff

Ajustando toolbar.

Showing 1 changed file with 1 additions and 3 deletions   Show diff stats
ui/00default.xml
... ... @@ -149,9 +149,6 @@
149 149 <toolitem action='erase' target='input' tooltip='Erase screen contents' />
150 150  
151 151 <separator/>
152   - <toolitem action='transfer' icon='harddisk' tooltip='Send/Receive files'/>
153   -
154   - <separator/>
155 152 <toolitem action='connect' tooltip='Connect to host'/>
156 153 <toolitem action='disconnect' tooltip='Disconnect from host'/>
157 154  
... ... @@ -159,6 +156,7 @@
159 156 <toolitem action='set' toggle='fullscreen' icon='fullscreen' label='Full Screen' tooltip='Go to fullscreen mode'/>
160 157 <toolitem action='reset' toggle='fullscreen' icon='leave-fullscreen' label='Window' tooltip='Go back to window mode'/>
161 158 <toolitem action='editcolors' tooltip='Select terminal colors'/>
  159 + <toolitem action='transfer' icon='harddisk' tooltip='Send/Receive files'/>
162 160 <toolitem action='print' src='all' tooltip='Print screen contents'/>
163 161 <toolitem action='Quit' tooltip='Quit pw3270'/>
164 162 </toolbar>
... ...