|
1747 | 1747 | </packing> |
1748 | 1748 | </child> |
1749 | 1749 | <child> |
1750 | | - <object class="GtkScrolledWindow" id="scrolledwindow1"> |
| 1750 | + <object class="GtkBox" id="vbox_gcode"> |
1751 | 1751 | <property name="visible">True</property> |
1752 | | - <property name="can-focus">True</property> |
| 1752 | + <property name="can-focus">False</property> |
| 1753 | + <property name="orientation">vertical</property> |
1753 | 1754 | <child> |
1754 | | - <object class="EMC_SourceView" id="gcode_view"> |
1755 | | - <property name="name">gcode_view</property> |
| 1755 | + <object class="GtkScrolledWindow" id="scrolledwindow1"> |
1756 | 1756 | <property name="visible">True</property> |
1757 | 1757 | <property name="can-focus">True</property> |
1758 | | - <property name="tooltip-text" translatable="yes">Shows the code to execute</property> |
1759 | | - <property name="left-margin">2</property> |
1760 | | - <property name="right-margin">2</property> |
1761 | | - <property name="show-line-numbers">True</property> |
1762 | | - <property name="show-line-marks">True</property> |
1763 | | - <property name="tab-width">4</property> |
1764 | | - <property name="auto-indent">True</property> |
1765 | | - <property name="highlight-current-line">True</property> |
1766 | | - <property name="indent-on-tab">False</property> |
1767 | | - <signal name="changed" handler="on_gcode_view_changed" swapped="no"/> |
| 1758 | + <child> |
| 1759 | + <object class="EMC_SourceView" id="gcode_view"> |
| 1760 | + <property name="name">gcode_view</property> |
| 1761 | + <property name="visible">True</property> |
| 1762 | + <property name="can-focus">True</property> |
| 1763 | + <property name="tooltip-text" translatable="yes">Shows the code to execute</property> |
| 1764 | + <property name="left-margin">2</property> |
| 1765 | + <property name="right-margin">2</property> |
| 1766 | + <property name="show-line-numbers">True</property> |
| 1767 | + <property name="show-line-marks">True</property> |
| 1768 | + <property name="tab-width">4</property> |
| 1769 | + <property name="auto-indent">True</property> |
| 1770 | + <property name="highlight-current-line">True</property> |
| 1771 | + <property name="indent-on-tab">False</property> |
| 1772 | + <signal name="changed" handler="on_gcode_view_changed" swapped="no"/> |
| 1773 | + </object> |
| 1774 | + </child> |
1768 | 1775 | </object> |
| 1776 | + <packing> |
| 1777 | + <property name="expand">True</property> |
| 1778 | + <property name="fill">True</property> |
| 1779 | + <property name="position">0</property> |
| 1780 | + </packing> |
| 1781 | + </child> |
| 1782 | + <child> |
| 1783 | + <object class="GtkProgressBar" id="progressbar_pgm"> |
| 1784 | + <property name="visible">True</property> |
| 1785 | + <property name="can-focus">False</property> |
| 1786 | + <property name="margin-start">10</property> |
| 1787 | + <property name="margin-end">10</property> |
| 1788 | + <property name="margin-bottom">5</property> |
| 1789 | + <property name="show-text">True</property> |
| 1790 | + </object> |
| 1791 | + <packing> |
| 1792 | + <property name="expand">False</property> |
| 1793 | + <property name="fill">True</property> |
| 1794 | + <property name="position">1</property> |
| 1795 | + </packing> |
1769 | 1796 | </child> |
1770 | 1797 | </object> |
1771 | 1798 | <packing> |
|
0 commit comments