|
28 | 28 | <property name="step-increment">1</property> |
29 | 29 | <signal name="value-changed" handler="on_adj_height_value_changed" swapped="no"/> |
30 | 30 | </object> |
| 31 | + <object class="GtkAdjustment" id="adj_jog_box_width"> |
| 32 | + <property name="lower">100</property> |
| 33 | + <property name="upper">600</property> |
| 34 | + <property name="value">360</property> |
| 35 | + <property name="step-increment">1</property> |
| 36 | + <property name="page-increment">10</property> |
| 37 | + <signal name="value-changed" handler="on_adj_jog_box_width_value_changed" swapped="no"/> |
| 38 | + </object> |
| 39 | + <object class="GtkAdjustment" id="adj_jog_btn_size"> |
| 40 | + <property name="lower">24</property> |
| 41 | + <property name="upper">64</property> |
| 42 | + <property name="value">32</property> |
| 43 | + <property name="step-increment">1</property> |
| 44 | + <property name="page-increment">10</property> |
| 45 | + <signal name="value-changed" handler="on_adj_jog_btn_size_value_changed" swapped="no"/> |
| 46 | + </object> |
31 | 47 | <object class="GtkAdjustment" id="adj_kbd_height"> |
32 | 48 | <property name="lower">150</property> |
33 | 49 | <property name="upper">500</property> |
@@ -1673,10 +1689,9 @@ uncomment selection</property> |
1673 | 1689 | </child> |
1674 | 1690 | <child> |
1675 | 1691 | <object class="GtkButtonBox" id="vbtb_jog_incr"> |
1676 | | - <property name="width-request">110</property> |
1677 | 1692 | <property name="visible">True</property> |
1678 | 1693 | <property name="can-focus">False</property> |
1679 | | - <property name="margin-start">5</property> |
| 1694 | + <property name="margin-start">8</property> |
1680 | 1695 | <property name="orientation">vertical</property> |
1681 | 1696 | <property name="spacing">3</property> |
1682 | 1697 | <property name="layout-style">expand</property> |
@@ -4489,7 +4504,102 @@ clicking on the DRO</property> |
4489 | 4504 | </packing> |
4490 | 4505 | </child> |
4491 | 4506 | <child> |
4492 | | - <placeholder/> |
| 4507 | + <object class="GtkFrame" id="frm_jog_settings"> |
| 4508 | + <property name="visible">True</property> |
| 4509 | + <property name="can-focus">False</property> |
| 4510 | + <property name="label-xalign">0.5</property> |
| 4511 | + <child> |
| 4512 | + <!-- n-columns=2 n-rows=2 --> |
| 4513 | + <object class="GtkGrid" id="grid_jog_settings"> |
| 4514 | + <property name="visible">True</property> |
| 4515 | + <property name="can-focus">False</property> |
| 4516 | + <property name="margin-top">3</property> |
| 4517 | + <child> |
| 4518 | + <object class="GtkLabel" id="lbl_jog_btn_size"> |
| 4519 | + <property name="visible">True</property> |
| 4520 | + <property name="can-focus">False</property> |
| 4521 | + <property name="xpad">5</property> |
| 4522 | + <property name="ypad">5</property> |
| 4523 | + <property name="label" translatable="yes">Jog button size</property> |
| 4524 | + <property name="xalign">0</property> |
| 4525 | + </object> |
| 4526 | + <packing> |
| 4527 | + <property name="left-attach">0</property> |
| 4528 | + <property name="top-attach">0</property> |
| 4529 | + </packing> |
| 4530 | + </child> |
| 4531 | + <child> |
| 4532 | + <object class="GtkSpinButton" id="spbtn_jog_btn_size"> |
| 4533 | + <property name="visible">True</property> |
| 4534 | + <property name="can-focus">True</property> |
| 4535 | + <property name="invisible-char">●</property> |
| 4536 | + <property name="width-chars">6</property> |
| 4537 | + <property name="max-width-chars">2</property> |
| 4538 | + <property name="text" translatable="yes">40</property> |
| 4539 | + <property name="xalign">1</property> |
| 4540 | + <property name="primary-icon-activatable">False</property> |
| 4541 | + <property name="secondary-icon-activatable">False</property> |
| 4542 | + <property name="adjustment">adj_jog_btn_size</property> |
| 4543 | + <property name="climb-rate">1</property> |
| 4544 | + <property name="numeric">True</property> |
| 4545 | + <property name="value">32</property> |
| 4546 | + </object> |
| 4547 | + <packing> |
| 4548 | + <property name="left-attach">1</property> |
| 4549 | + <property name="top-attach">0</property> |
| 4550 | + </packing> |
| 4551 | + </child> |
| 4552 | + <child> |
| 4553 | + <object class="GtkLabel" id="lbl_jog_box_width"> |
| 4554 | + <property name="visible">True</property> |
| 4555 | + <property name="can-focus">False</property> |
| 4556 | + <property name="xpad">5</property> |
| 4557 | + <property name="ypad">5</property> |
| 4558 | + <property name="label" translatable="yes">Width right pane</property> |
| 4559 | + <property name="xalign">0</property> |
| 4560 | + </object> |
| 4561 | + <packing> |
| 4562 | + <property name="left-attach">0</property> |
| 4563 | + <property name="top-attach">1</property> |
| 4564 | + </packing> |
| 4565 | + </child> |
| 4566 | + <child> |
| 4567 | + <object class="GtkSpinButton" id="spbtn_jog_box_width"> |
| 4568 | + <property name="visible">True</property> |
| 4569 | + <property name="can-focus">True</property> |
| 4570 | + <property name="invisible-char">●</property> |
| 4571 | + <property name="width-chars">6</property> |
| 4572 | + <property name="max-width-chars">3</property> |
| 4573 | + <property name="text" translatable="yes">30</property> |
| 4574 | + <property name="xalign">1</property> |
| 4575 | + <property name="primary-icon-activatable">False</property> |
| 4576 | + <property name="secondary-icon-activatable">False</property> |
| 4577 | + <property name="adjustment">adj_jog_box_width</property> |
| 4578 | + <property name="climb-rate">5</property> |
| 4579 | + <property name="numeric">True</property> |
| 4580 | + <property name="value">360</property> |
| 4581 | + </object> |
| 4582 | + <packing> |
| 4583 | + <property name="left-attach">1</property> |
| 4584 | + <property name="top-attach">1</property> |
| 4585 | + </packing> |
| 4586 | + </child> |
| 4587 | + </object> |
| 4588 | + </child> |
| 4589 | + <child type="label"> |
| 4590 | + <object class="GtkLabel" id="lbl_frm_jog_settings"> |
| 4591 | + <property name="visible">True</property> |
| 4592 | + <property name="can-focus">False</property> |
| 4593 | + <property name="label" translatable="yes"><b>Jog Area</b></property> |
| 4594 | + <property name="use-markup">True</property> |
| 4595 | + </object> |
| 4596 | + </child> |
| 4597 | + </object> |
| 4598 | + <packing> |
| 4599 | + <property name="expand">False</property> |
| 4600 | + <property name="fill">False</property> |
| 4601 | + <property name="position">2</property> |
| 4602 | + </packing> |
4493 | 4603 | </child> |
4494 | 4604 | </object> |
4495 | 4605 | <packing> |
|
0 commit comments