您只移动了空格。。这不是一个解决方案。。
无论如何,我的问题解决了。
- but : button { width = 13; fixed_width = true; }
- StdQuickOptionsDialog : dialog { label = "Quick settings";
- : column {
- : row {alignment = centered;width=30;
- : column { alignment = left;
- : text { key = "A1";value = "Settings 1 question longer and";width=24;}
- : text { key = "A2";value = "Settings 2";}
- : text { key = "A3";value = "Settings 3";}
- }
- : column { alignment = right;
- : edit_box { key = "edit1";width=15;}
- : popup_list { key = "pop";}
- : edit_box { key = "edit2";}
- }
- }
- : spacer_1 {}
- : row { alignment = centered; fixed_width = true;
- : but { key = "but3";label = "&Save"; }
- : but { key = "but1";label = "&Ok"; is_default = true; }
- : but { key = "but2";label = "&Cancel"; is_cancel = true; }
- }
- : errtile {}
- }
- }
|