Skip to content

Commit

Permalink
gmoccapy: change order of buttons in file chooser page
Browse files Browse the repository at this point in the history
  • Loading branch information
hansu committed Jan 15, 2025
1 parent 9de4aee commit f4b1d32
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions src/emc/usr_intf/gmoccapy/gmoccapy.glade
Original file line number Diff line number Diff line change
Expand Up @@ -7677,18 +7677,19 @@ tool z</property>
</packing>
</child>
<child>
<object class="GtkButton" id="btn_dir_up">
<object class="GtkButton" id="btn_jump_to">
<property name="use-action-appearance">False</property>
<property name="width-request">90</property>
<property name="height-request">56</property>
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="receives-default">True</property>
<property name="tooltip-text" translatable="yes">Move to parent directory</property>
<property name="tooltip-text" translatable="yes">Jump to user defined directory</property>
<property name="halign">center</property>
<property name="valign">center</property>
<property name="image">img_dir_up</property>
<signal name="clicked" handler="on_btn_dir_up_clicked" swapped="no"/>
<property name="image">img_jump_to</property>
<property name="image-position">top</property>
<signal name="clicked" handler="on_btn_jump_to_clicked" swapped="no"/>
</object>
<packing>
<property name="expand">False</property>
Expand All @@ -7697,11 +7698,18 @@ tool z</property>
</packing>
</child>
<child>
<object class="GtkLabel" id="lbl_space_10">
<object class="GtkButton" id="btn_dir_up">
<property name="use-action-appearance">False</property>
<property name="width-request">90</property>
<property name="height-request">56</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="tooltip-text" translatable="yes">Move to parent directory</property>
<property name="halign">center</property>
<property name="valign">center</property>
<property name="image">img_dir_up</property>
<signal name="clicked" handler="on_btn_dir_up_clicked" swapped="no"/>
</object>
<packing>
<property name="expand">False</property>
Expand All @@ -7710,19 +7718,11 @@ tool z</property>
</packing>
</child>
<child>
<object class="GtkButton" id="btn_sel_prev">
<property name="use-action-appearance">False</property>
<object class="GtkLabel" id="lbl_space_10">
<property name="width-request">90</property>
<property name="height-request">56</property>
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="receives-default">True</property>
<property name="tooltip-text" translatable="yes">Select the previous file</property>
<property name="halign">center</property>
<property name="valign">center</property>
<property name="image">img_sel_prev</property>
<property name="image-position">top</property>
<signal name="clicked" handler="on_btn_sel_prev_clicked" swapped="no"/>
<property name="can-focus">False</property>
</object>
<packing>
<property name="expand">False</property>
Expand All @@ -7731,19 +7731,19 @@ tool z</property>
</packing>
</child>
<child>
<object class="GtkButton" id="btn_sel_next">
<object class="GtkButton" id="btn_sel_prev">
<property name="use-action-appearance">False</property>
<property name="width-request">90</property>
<property name="height-request">56</property>
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="receives-default">True</property>
<property name="tooltip-text" translatable="yes">Select the next file</property>
<property name="tooltip-text" translatable="yes">Select the previous file</property>
<property name="halign">center</property>
<property name="valign">center</property>
<property name="image">img_sel_next</property>
<property name="image">img_sel_prev</property>
<property name="image-position">top</property>
<signal name="clicked" handler="on_btn_sel_next_clicked" swapped="no"/>
<signal name="clicked" handler="on_btn_sel_prev_clicked" swapped="no"/>
</object>
<packing>
<property name="expand">False</property>
Expand All @@ -7752,19 +7752,19 @@ tool z</property>
</packing>
</child>
<child>
<object class="GtkButton" id="btn_jump_to">
<object class="GtkButton" id="btn_sel_next">
<property name="use-action-appearance">False</property>
<property name="width-request">90</property>
<property name="height-request">56</property>
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="receives-default">True</property>
<property name="tooltip-text" translatable="yes">Jump to user defined directory</property>
<property name="tooltip-text" translatable="yes">Select the next file</property>
<property name="halign">center</property>
<property name="valign">center</property>
<property name="image">img_jump_to</property>
<property name="image">img_sel_next</property>
<property name="image-position">top</property>
<signal name="clicked" handler="on_btn_jump_to_clicked" swapped="no"/>
<signal name="clicked" handler="on_btn_sel_next_clicked" swapped="no"/>
</object>
<packing>
<property name="expand">False</property>
Expand Down

0 comments on commit f4b1d32

Please sign in to comment.