| 104 | | <widget class="GtkAlignment" id="alignment9"> |
| | 105 | <widget class="GtkAlignment" id="alignment5"> |
| | 106 | <property name="visible">True</property> |
| | 107 | <property name="left_padding">12</property> |
| | 108 | <child> |
| | 109 | <widget class="GtkVBox" id="vbox8"> |
| | 110 | <property name="visible">True</property> |
| | 111 | <property name="spacing">6</property> |
| | 112 | <property name="homogeneous">True</property> |
| | 113 | <child> |
| | 114 | <widget class="GtkHBox" id="hbox1"> |
| | 115 | <property name="visible">True</property> |
| | 116 | <child> |
| | 117 | <widget class="GtkLabel" id="lblChooseShell1"> |
| | 118 | <property name="width_request">160</property> |
| | 119 | <property name="visible">True</property> |
| | 120 | <property name="xalign">0</property> |
| | 121 | <property name="label" translatable="yes">Default interpreter:</property> |
| | 122 | <property name="use_markup">True</property> |
| | 123 | </widget> |
| | 124 | <packing> |
| | 125 | <property name="expand">False</property> |
| | 126 | <property name="fill">False</property> |
| | 127 | </packing> |
| | 128 | </child> |
| | 129 | <child> |
| | 130 | <widget class="GtkComboBox" id="default_shell"> |
| | 131 | <property name="visible">True</property> |
| | 132 | <property name="items" translatable="yes"></property> |
| | 133 | <signal name="changed" handler="on_default_shell_changed"/> |
| | 134 | </widget> |
| | 135 | <packing> |
| | 136 | <property name="position">1</property> |
| | 137 | </packing> |
| | 138 | </child> |
| | 139 | </widget> |
| | 140 | </child> |
| | 141 | <child> |
| | 142 | <widget class="GtkCheckButton" id="use_login_shell"> |
| | 143 | <property name="visible">True</property> |
| | 144 | <property name="can_focus">True</property> |
| | 145 | <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> |
| | 146 | <property name="label" translatable="yes">_Run command as a login shell</property> |
| | 147 | <property name="use_underline">True</property> |
| | 148 | <property name="response_id">0</property> |
| | 149 | <property name="draw_indicator">True</property> |
| | 150 | <signal name="toggled" handler="on_use_login_shell_toggled"/> |
| | 151 | </widget> |
| | 152 | <packing> |
| | 153 | <property name="position">1</property> |
| | 154 | </packing> |
| | 155 | </child> |
| | 156 | </widget> |
| | 157 | </child> |
| | 158 | </widget> |
| | 159 | </child> |
| | 160 | <child> |
| | 161 | <widget class="GtkLabel" id="label13"> |
| | 162 | <property name="visible">True</property> |
| | 163 | <property name="ypad">6</property> |
| | 164 | <property name="label" translatable="yes"><b>Shell</b></property> |
| | 165 | <property name="use_markup">True</property> |
| | 166 | </widget> |
| | 167 | <packing> |
| | 168 | <property name="type">label_item</property> |
| | 169 | </packing> |
| | 170 | </child> |
| | 171 | </widget> |
| | 172 | </child> |
| | 173 | <child> |
| | 174 | <widget class="GtkFrame" id="frame7"> |
| | 175 | <property name="visible">True</property> |
| | 176 | <property name="label_xalign">0</property> |
| | 177 | <property name="shadow_type">GTK_SHADOW_NONE</property> |
| | 178 | <child> |
| | 179 | <widget class="GtkAlignment" id="alignment8"> |
| 111 | | <child> |
| 112 | | <widget class="GtkHBox" id="hbox1"> |
| 113 | | <property name="visible">True</property> |
| 114 | | <child> |
| 115 | | <widget class="GtkLabel" id="lblChooseShell1"> |
| 116 | | <property name="width_request">160</property> |
| 117 | | <property name="visible">True</property> |
| 118 | | <property name="xalign">0</property> |
| 119 | | <property name="label" translatable="yes">Default interpreter:</property> |
| 120 | | <property name="use_markup">True</property> |
| 121 | | </widget> |
| 122 | | <packing> |
| 123 | | <property name="expand">False</property> |
| 124 | | <property name="fill">False</property> |
| 125 | | </packing> |
| 126 | | </child> |
| 127 | | <child> |
| 128 | | <widget class="GtkComboBox" id="shells-combobox"> |
| 129 | | <property name="visible">True</property> |
| 130 | | <property name="items" translatable="yes"></property> |
| 131 | | <signal name="changed" handler="on_shells_combobox_changed"/> |
| 132 | | </widget> |
| 133 | | <packing> |
| 134 | | <property name="expand">False</property> |
| 135 | | <property name="position">1</property> |
| 136 | | </packing> |
| 137 | | </child> |
| 138 | | </widget> |
| 139 | | </child> |
| 140 | | <child> |
| 141 | | <widget class="GtkHBox" id="hbox2"> |
| 142 | | <property name="visible">True</property> |
| 143 | | <child> |
| 144 | | <widget class="GtkLabel" id="lblChooseShell3"> |
| 145 | | <property name="width_request">160</property> |
| 146 | | <property name="visible">True</property> |
| 147 | | <property name="xalign">0</property> |
| 148 | | <property name="label" translatable="yes">Scrollback lines:</property> |
| 149 | | <property name="use_markup">True</property> |
| 150 | | </widget> |
| 151 | | <packing> |
| 152 | | <property name="expand">False</property> |
| 153 | | <property name="fill">False</property> |
| 154 | | </packing> |
| 155 | | </child> |
| 156 | | <child> |
| 157 | | <widget class="GtkSpinButton" id="historysize-spinbutton"> |
| 158 | | <property name="visible">True</property> |
| 159 | | <property name="can_focus">True</property> |
| 160 | | <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> |
| 161 | | <property name="adjustment">256 256 100000000 1 1 1</property> |
| 162 | | <property name="snap_to_ticks">True</property> |
| 163 | | <property name="numeric">True</property> |
| 164 | | <signal name="value_changed" handler="on_historysize_spinbutton_value_changed"/> |
| 165 | | <signal name="change_value" handler="on_spinHistorySize_change_value"/> |
| 166 | | </widget> |
| 167 | | <packing> |
| 168 | | <property name="expand">False</property> |
| 169 | | <property name="position">1</property> |
| 170 | | </packing> |
| 171 | | </child> |
| | 186 | <property name="homogeneous">True</property> |
| | 187 | <child> |
| | 188 | <widget class="GtkCheckButton" id="use_trayicon"> |
| | 189 | <property name="visible">True</property> |
| | 190 | <property name="can_focus">True</property> |
| | 191 | <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> |
| | 192 | <property name="label" translatable="yes">Show tray icon</property> |
| | 193 | <property name="response_id">0</property> |
| | 194 | <property name="draw_indicator">True</property> |
| | 195 | <signal name="toggled" handler="on_use_trayicon_toggled"/> |
| | 196 | </widget> |
| | 197 | </child> |
| | 198 | <child> |
| | 199 | <widget class="GtkCheckButton" id="use_popup"> |
| | 200 | <property name="visible">True</property> |
| | 201 | <property name="can_focus">True</property> |
| | 202 | <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> |
| | 203 | <property name="label" translatable="yes">Enable popup notifications on startup</property> |
| | 204 | <property name="response_id">0</property> |
| | 205 | <property name="draw_indicator">True</property> |
| | 206 | <signal name="toggled" handler="on_use_popup_toggled"/> |
| 372 | | <property name="title" translatable="yes">Choose some color</property> |
| 373 | | <signal name="color_set" handler="on_font_colorbutton_color_set"/> |
| 374 | | </widget> |
| 375 | | <packing> |
| 376 | | <property name="left_attach">1</property> |
| 377 | | <property name="right_attach">2</property> |
| 378 | | <property name="top_attach">1</property> |
| 379 | | <property name="bottom_attach">2</property> |
| 380 | | </packing> |
| 381 | | </child> |
| 382 | | <child> |
| 383 | | <widget class="GtkFontButton" id="fontbutton"> |
| 384 | | <property name="visible">True</property> |
| 385 | | <property name="focus_on_click">False</property> |
| 386 | | <property name="response_id">0</property> |
| 387 | | <property name="title" translatable="yes">Choose some font</property> |
| 388 | | <signal name="font_set" handler="on_fontbutton_font_set"/> |
| 389 | | </widget> |
| 390 | | <packing> |
| 391 | | <property name="left_attach">1</property> |
| 392 | | <property name="right_attach">2</property> |
| 393 | | </packing> |
| 394 | | </child> |
| 395 | | <child> |
| 396 | | <widget class="GtkLabel" id="label11"> |
| 397 | | <property name="visible">True</property> |
| 398 | | <property name="xalign">0</property> |
| 399 | | <property name="label" translatable="yes">Color:</property> |
| 400 | | <property name="use_markup">True</property> |
| 401 | | <property name="ellipsize">PANGO_ELLIPSIZE_MIDDLE</property> |
| 402 | | <property name="single_line_mode">True</property> |
| 403 | | </widget> |
| 404 | | <packing> |
| 405 | | <property name="top_attach">1</property> |
| 406 | | <property name="bottom_attach">2</property> |
| 407 | | </packing> |
| 408 | | </child> |
| 409 | | <child> |
| 410 | | <widget class="GtkLabel" id="label10"> |
| 411 | | <property name="visible">True</property> |
| 412 | | <property name="xalign">0</property> |
| 413 | | <property name="label" translatable="yes">Style:</property> |
| 414 | | <property name="use_markup">True</property> |
| 415 | | <property name="ellipsize">PANGO_ELLIPSIZE_MIDDLE</property> |
| 416 | | <property name="single_line_mode">True</property> |
| 417 | | </widget> |
| | 388 | <property name="draw_indicator">True</property> |
| | 389 | <signal name="toggled" handler="on_use_scrollbar_toggled"/> |
| | 390 | </widget> |
| | 391 | </child> |
| | 392 | <child> |
| | 393 | <widget class="GtkHBox" id="hbox2"> |
| | 394 | <property name="visible">True</property> |
| | 395 | <child> |
| | 396 | <widget class="GtkLabel" id="lblChooseShell3"> |
| | 397 | <property name="width_request">120</property> |
| | 398 | <property name="visible">True</property> |
| | 399 | <property name="xalign">0</property> |
| | 400 | <property name="label" translatable="yes">Scrollback lines:</property> |
| | 401 | <property name="use_markup">True</property> |
| | 402 | </widget> |
| | 403 | <packing> |
| | 404 | <property name="expand">False</property> |
| | 405 | <property name="fill">False</property> |
| | 406 | </packing> |
| | 407 | </child> |
| | 408 | <child> |
| | 409 | <widget class="GtkSpinButton" id="history_size"> |
| | 410 | <property name="visible">True</property> |
| | 411 | <property name="can_focus">True</property> |
| | 412 | <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> |
| | 413 | <property name="adjustment">512 256 100000000 1 1 1</property> |
| | 414 | <property name="snap_to_ticks">True</property> |
| | 415 | <property name="numeric">True</property> |
| | 416 | <signal name="value_changed" handler="on_history_size_value_changed"/> |
| | 417 | </widget> |
| | 418 | <packing> |
| | 419 | <property name="expand">False</property> |
| | 420 | <property name="position">1</property> |
| | 421 | </packing> |
| | 422 | </child> |
| | 423 | </widget> |
| | 424 | <packing> |
| | 425 | <property name="position">1</property> |
| | 426 | </packing> |
| 508 | | <property name="title" translatable="yes">Choose some color</property> |
| 509 | | <signal name="color_set" handler="on_bg_colorbutton_color_set"/> |
| 510 | | </widget> |
| 511 | | <packing> |
| 512 | | <property name="left_attach">1</property> |
| 513 | | <property name="right_attach">2</property> |
| 514 | | </packing> |
| 515 | | </child> |
| 516 | | <child> |
| 517 | | <widget class="GtkLabel" id="label2"> |
| 518 | | <property name="visible">True</property> |
| 519 | | <property name="xalign">0</property> |
| 520 | | <property name="label" translatable="yes">Background Transparent:</property> |
| 521 | | <property name="use_markup">True</property> |
| 522 | | <property name="ellipsize">PANGO_ELLIPSIZE_MIDDLE</property> |
| 523 | | <property name="single_line_mode">True</property> |
| 524 | | </widget> |
| 525 | | <packing> |
| 526 | | <property name="top_attach">3</property> |
| 527 | | <property name="bottom_attach">4</property> |
| 528 | | </packing> |
| 529 | | </child> |
| 530 | | <child> |
| 531 | | <widget class="GtkLabel" id="label14"> |
| 532 | | <property name="visible">True</property> |
| 533 | | <property name="xalign">0</property> |
| 534 | | <property name="label" translatable="yes">Desaturation:</property> |
| 535 | | <property name="use_markup">True</property> |
| 536 | | <property name="ellipsize">PANGO_ELLIPSIZE_MIDDLE</property> |
| 537 | | <property name="single_line_mode">True</property> |
| 538 | | </widget> |
| 539 | | <packing> |
| 540 | | <property name="top_attach">2</property> |
| 541 | | <property name="bottom_attach">3</property> |
| 542 | | </packing> |
| 543 | | </child> |
| 544 | | <child> |
| 545 | | <widget class="GtkLabel" id="label4"> |
| 546 | | <property name="visible">True</property> |
| 547 | | <property name="xalign">0</property> |
| 548 | | <property name="label" translatable="yes">Image:</property> |
| 549 | | <property name="use_markup">True</property> |
| 550 | | <property name="ellipsize">PANGO_ELLIPSIZE_MIDDLE</property> |
| 551 | | <property name="single_line_mode">True</property> |
| 552 | | </widget> |
| 553 | | <packing> |
| 554 | | <property name="top_attach">1</property> |
| 555 | | <property name="bottom_attach">2</property> |
| 556 | | </packing> |
| 557 | | </child> |
| 558 | | <child> |
| 559 | | <widget class="GtkLabel" id="label3"> |
| 560 | | <property name="visible">True</property> |
| 561 | | <property name="xalign">0</property> |
| 562 | | <property name="label" translatable="yes">Color:</property> |
| 563 | | <property name="use_markup">True</property> |
| 564 | | <property name="ellipsize">PANGO_ELLIPSIZE_MIDDLE</property> |
| 565 | | <property name="single_line_mode">True</property> |
| 566 | | </widget> |
| | 480 | <property name="draw_indicator">True</property> |
| | 481 | <signal name="toggled" handler="on_scroll_keystroke_toggled"/> |
| | 482 | </widget> |
| | 483 | <packing> |
| | 484 | <property name="position">1</property> |
| | 485 | </packing> |
| | 514 | <widget class="GtkLabel" id="label1"> |
| | 515 | <property name="visible">True</property> |
| | 516 | <property name="label" translatable="yes">Scrolling</property> |
| | 517 | </widget> |
| | 518 | <packing> |
| | 519 | <property name="position">4</property> |
| | 520 | <property name="tab_fill">False</property> |
| | 521 | <property name="type">tab</property> |
| | 522 | </packing> |
| | 523 | </child> |
| | 524 | <child> |
| | 525 | <widget class="GtkVBox" id="vbox6"> |
| | 526 | <property name="visible">True</property> |
| | 527 | <property name="border_width">10</property> |
| | 528 | <property name="spacing">18</property> |
| | 529 | <child> |
| | 530 | <widget class="GtkFrame" id="frame1"> |
| | 531 | <property name="visible">True</property> |
| | 532 | <property name="label_xalign">0</property> |
| | 533 | <property name="shadow_type">GTK_SHADOW_NONE</property> |
| | 534 | <child> |
| | 535 | <widget class="GtkAlignment" id="alignment1"> |
| | 536 | <property name="visible">True</property> |
| | 537 | <property name="left_padding">12</property> |
| | 538 | <child> |
| | 539 | <widget class="GtkVBox" id="vbox9"> |
| | 540 | <property name="visible">True</property> |
| | 541 | <property name="spacing">6</property> |
| | 542 | <child> |
| | 543 | <widget class="GtkCheckButton" id="use_default_font"> |
| | 544 | <property name="visible">True</property> |
| | 545 | <property name="can_focus">True</property> |
| | 546 | <property name="label" translatable="yes">Use system defaults</property> |
| | 547 | <property name="response_id">0</property> |
| | 548 | <property name="draw_indicator">True</property> |
| | 549 | <signal name="toggled" handler="on_use_default_font_toggled"/> |
| | 550 | </widget> |
| | 551 | </child> |
| | 552 | <child> |
| | 553 | <widget class="GtkHBox" id="hbox5"> |
| | 554 | <property name="visible">True</property> |
| | 555 | <child> |
| | 556 | <widget class="GtkLabel" id="label"> |
| | 557 | <property name="width_request">140</property> |
| | 558 | <property name="visible">True</property> |
| | 559 | <property name="xalign">0</property> |
| | 560 | <property name="label" translatable="yes">Style:</property> |
| | 561 | <property name="use_markup">True</property> |
| | 562 | </widget> |
| | 563 | <packing> |
| | 564 | <property name="expand">False</property> |
| | 565 | <property name="fill">False</property> |
| | 566 | </packing> |
| | 567 | </child> |
| | 568 | <child> |
| | 569 | <widget class="GtkFontButton" id="font_style"> |
| | 570 | <property name="visible">True</property> |
| | 571 | <property name="focus_on_click">False</property> |
| | 572 | <property name="response_id">0</property> |
| | 573 | <property name="title" translatable="yes">Choose some font</property> |
| | 574 | <signal name="font_set" handler="on_font_style_font_set"/> |
| | 575 | </widget> |
| | 576 | <packing> |
| | 577 | <property name="position">1</property> |
| | 578 | </packing> |
| | 579 | </child> |
| | 580 | </widget> |
| | 581 | <packing> |
| | 582 | <property name="position">1</property> |
| | 583 | </packing> |
| | 584 | </child> |
| | 585 | <child> |
| | 586 | <widget class="GtkHBox" id="hbox6"> |
| | 587 | <property name="visible">True</property> |
| | 588 | <child> |
| | 589 | <widget class="GtkLabel" id="labelx"> |
| | 590 | <property name="width_request">140</property> |
| | 591 | <property name="visible">True</property> |
| | 592 | <property name="xalign">0</property> |
| | 593 | <property name="label" translatable="yes">Color:</property> |
| | 594 | <property name="use_markup">True</property> |
| | 595 | </widget> |
| | 596 | <packing> |
| | 597 | <property name="expand">False</property> |
| | 598 | <property name="fill">False</property> |
| | 599 | </packing> |
| | 600 | </child> |
| | 601 | <child> |
| | 602 | <widget class="GtkColorButton" id="font_color"> |
| | 603 | <property name="visible">True</property> |
| | 604 | <property name="response_id">0</property> |
| | 605 | <property name="title" translatable="yes">Choose some color</property> |
| | 606 | <signal name="color_set" handler="on_font_color_color_set"/> |
| | 607 | </widget> |
| | 608 | <packing> |
| | 609 | <property name="position">1</property> |
| | 610 | </packing> |
| | 611 | </child> |
| | 612 | </widget> |
| | 613 | <packing> |
| | 614 | <property name="position">2</property> |
| | 615 | </packing> |
| | 616 | </child> |
| | 617 | </widget> |
| | 618 | </child> |
| | 619 | </widget> |
| | 620 | </child> |
| | 621 | <child> |
| | 622 | <widget class="GtkLabel" id="label9"> |
| | 623 | <property name="visible">True</property> |
| | 624 | <property name="ypad">6</property> |
| | 625 | <property name="label" translatable="yes"><b>Fonts</b></property> |
| | 626 | <property name="use_markup">True</property> |
| | 627 | </widget> |
| | 628 | <packing> |
| | 629 | <property name="type">label_item</property> |
| | 630 | </packing> |
| | 631 | </child> |
| | 632 | </widget> |
| | 633 | <packing> |
| | 634 | <property name="expand">False</property> |
| | 635 | </packing> |
| | 636 | </child> |
| | 637 | <child> |
| | 638 | <widget class="GtkFrame" id="frame2"> |
| | 639 | <property name="visible">True</property> |
| | 640 | <property name="label_xalign">0</property> |
| | 641 | <property name="shadow_type">GTK_SHADOW_NONE</property> |
| | 642 | <child> |
| | 643 | <widget class="GtkAlignment" id="alignment2"> |
| | 644 | <property name="visible">True</property> |
| | 645 | <property name="left_padding">12</property> |
| | 646 | <child> |
| | 647 | <widget class="GtkVBox" id="vbox10"> |
| | 648 | <property name="visible">True</property> |
| | 649 | <property name="spacing">6</property> |
| | 650 | <child> |
| | 651 | <widget class="GtkHBox" id="hbox8"> |
| | 652 | <property name="visible">True</property> |
| | 653 | <child> |
| | 654 | <widget class="GtkLabel" id="label10"> |
| | 655 | <property name="width_request">140</property> |
| | 656 | <property name="visible">True</property> |
| | 657 | <property name="xalign">0</property> |
| | 658 | <property name="label" translatable="yes">Color:</property> |
| | 659 | <property name="use_markup">True</property> |
| | 660 | </widget> |
| | 661 | <packing> |
| | 662 | <property name="expand">False</property> |
| | 663 | <property name="fill">False</property> |
| | 664 | </packing> |
| | 665 | </child> |
| | 666 | <child> |
| | 667 | <widget class="GtkColorButton" id="background_color"> |
| | 668 | <property name="visible">True</property> |
| | 669 | <property name="response_id">0</property> |
| | 670 | <property name="title" translatable="yes">Choose some color</property> |
| | 671 | <signal name="color_set" handler="on_background_color_color_set"/> |
| | 672 | </widget> |
| | 673 | <packing> |
| | 674 | <property name="position">1</property> |
| | 675 | </packing> |
| | 676 | </child> |
| | 677 | </widget> |
| | 678 | <packing> |
| | 679 | <property name="expand">False</property> |
| | 680 | <property name="fill">False</property> |
| | 681 | </packing> |
| | 682 | </child> |
| | 683 | <child> |
| | 684 | <widget class="GtkHBox" id="hbox4"> |
| | 685 | <property name="visible">True</property> |
| | 686 | <child> |
| | 687 | <widget class="GtkLabel" id="label2"> |
| | 688 | <property name="width_request">140</property> |
| | 689 | <property name="visible">True</property> |
| | 690 | <property name="xalign">0</property> |
| | 691 | <property name="label" translatable="yes">Image:</property> |
| | 692 | <property name="use_markup">True</property> |
| | 693 | </widget> |
| | 694 | <packing> |
| | 695 | <property name="expand">False</property> |
| | 696 | <property name="fill">False</property> |
| | 697 | </packing> |
| | 698 | </child> |
| | 699 | <child> |
| | 700 | <widget class="GtkFileChooserButton" id="background_image"> |
| | 701 | <property name="visible">True</property> |
| | 702 | <signal name="selection_changed" handler="on_background_image_changed"/> |
| | 703 | </widget> |
| | 704 | <packing> |
| | 705 | <property name="position">1</property> |
| | 706 | </packing> |
| | 707 | </child> |
| | 708 | </widget> |
| | 709 | <packing> |
| | 710 | <property name="expand">False</property> |
| | 711 | <property name="fill">False</property> |
| | 712 | <property name="position">1</property> |
| | 713 | </packing> |
| | 714 | </child> |
| | 715 | <child> |
| | 716 | <widget class="GtkHBox" id="hbox7"> |
| | 717 | <property name="visible">True</property> |
| | 718 | <child> |
| | 719 | <widget class="GtkLabel" id="labelx1"> |
| | 720 | <property name="width_request">140</property> |
| | 721 | <property name="visible">True</property> |
| | 722 | <property name="xalign">0</property> |
| | 723 | <property name="label" translatable="yes">Opacity:</property> |
| | 724 | <property name="use_markup">True</property> |
| | 725 | </widget> |
| | 726 | <packing> |
| | 727 | <property name="expand">False</property> |
| | 728 | <property name="fill">False</property> |
| | 729 | </packing> |
| | 730 | </child> |
| | 731 | <child> |
| | 732 | <widget class="GtkHScale" id="background_opacity"> |
| | 733 | <property name="visible">True</property> |
| | 734 | <property name="can_focus">True</property> |
| | 735 | <property name="adjustment">0 0 100 1 10 10</property> |
| | 736 | <property name="draw_value">False</property> |
| | 737 | <property name="value_pos">GTK_POS_RIGHT</property> |
| | 738 | <signal name="value_changed" handler="on_opacity_value_changed"/> |
| | 739 | </widget> |
| | 740 | <packing> |
| | 741 | <property name="position">1</property> |
| | 742 | </packing> |
| | 743 | </child> |
| | 744 | </widget> |
| | 745 | <packing> |
| | 746 | <property name="expand">False</property> |
| | 747 | <property name="position">2</property> |
| | 748 | </packing> |
| | 749 | </child> |
| | 750 | </widget> |
| | 751 | </child> |
| | 752 | </widget> |
| | 753 | </child> |
| | 754 | <child> |
| | 755 | <widget class="GtkLabel" id="label12"> |
| | 756 | <property name="visible">True</property> |
| | 757 | <property name="ypad">6</property> |
| | 758 | <property name="label" translatable="yes"><b>Background</b></property> |
| | 759 | <property name="use_markup">True</property> |
| | 760 | </widget> |
| | 761 | <packing> |
| | 762 | <property name="type">label_item</property> |
| | 763 | </packing> |
| | 764 | </child> |
| | 765 | </widget> |
| | 766 | <packing> |
| | 767 | <property name="expand">False</property> |
| | 768 | <property name="position">1</property> |
| | 769 | </packing> |
| | 770 | </child> |
| | 771 | </widget> |
| | 772 | <packing> |
| | 773 | <property name="position">2</property> |
| | 774 | </packing> |
| | 775 | </child> |
| | 776 | <child> |