1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

ttsnoop: adjust the text field on ttChooser.

This commit is contained in:
Liang Chang 2021-02-19 05:58:17 +08:00
parent 8e076e164a
commit 170a649363

View file

@ -6,10 +6,8 @@
:element chooser :element chooser
( (
:type :dialog :type :dialog
:x 58 :width 520
:y 506 :height 215
:width 477
:height 196
:bg-color "white" :bg-color "white"
:label "tt_message_handler_set" :label "tt_message_handler_set"
:resizable :true :resizable :true
@ -27,8 +25,8 @@
:container-type :relative :container-type :relative
:x 0 :x 0
:y 0 :y 0
:width 473 :width 516
:height 192 :height 211
:visible :true :visible :true
:border-frame :shadow-in :border-frame :shadow-in
:north-attachment (:point 0 0) :north-attachment (:point 0 0)
@ -45,7 +43,7 @@
:type :list :type :list
:x 20 :x 20
:y 10 :y 10
:width 433 :width 476
:label-type :string :label-type :string
:label "Tt_messages" :label "Tt_messages"
:label-position :north :label-position :north
@ -66,7 +64,7 @@
:y 131 :y 131
:label-type :string :label-type :string
:label "Tt_message:" :label "Tt_message:"
:label-position :west :label-position :north
:num-columns 42 :num-columns 42
:max-length 80 :max-length 80
:read-only :false :read-only :false
@ -80,7 +78,7 @@
( (
:type :container :type :container
:container-type :button-panel :container-type :button-panel
:width 477 :width 520
:height 48 :height 48
:visible :true :visible :true
:border-frame :none :border-frame :none