android: Update app-specific/MIME type icons
[LibreOffice.git] / cui / uiconfig / ui / textcolumnstabpage.ui
blob6fae67f9ad06871a7e96bbd35f6819b3d9aa8aa0
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.38.2 -->
3 <interface domain="cui">
4 <requires lib="gtk+" version="3.20"/>
5 <object class="GtkAdjustment" id="adjustmentColNumber">
6 <property name="lower">1</property>
7 <!-- MSO has an upper limit of 16 in UI -->
8 <property name="upper">16</property>
9 <property name="step-increment">1</property>
10 <property name="page-increment">10</property>
11 </object>
12 <object class="GtkAdjustment" id="adjustmentColSpacing">
13 <property name="lower">0</property>
14 <property name="upper">2147483647</property>
15 <property name="step-increment">1</property>
16 <property name="page-increment">10</property>
17 </object>
18 <object class="GtkBox" id="TextColumnsPage">
19 <property name="visible">True</property>
20 <property name="can-focus">False</property>
21 <property name="border-width">6</property>
22 <property name="orientation">vertical</property>
23 <property name="spacing">12</property>
24 <child>
25 <!-- n-columns=2 n-rows=2 -->
26 <object class="GtkGrid" id="grid1">
27 <property name="visible">True</property>
28 <property name="can-focus">False</property>
29 <property name="margin-start">12</property>
30 <property name="margin-top">6</property>
31 <property name="row-spacing">6</property>
32 <property name="column-spacing">12</property>
33 <child>
34 <object class="GtkLabel" id="labelColNumber">
35 <property name="visible">True</property>
36 <property name="can-focus">False</property>
37 <property name="label" translatable="yes" context="textcolumnstabpage|labelColNumber">_Number of columns:</property>
38 <property name="use-underline">True</property>
39 <property name="mnemonic-widget">FLD_COL_NUMBER</property>
40 <property name="xalign">0</property>
41 </object>
42 <packing>
43 <property name="left-attach">0</property>
44 <property name="top-attach">0</property>
45 </packing>
46 </child>
47 <child>
48 <object class="GtkLabel" id="labelColSpacing">
49 <property name="visible">True</property>
50 <property name="can-focus">False</property>
51 <property name="label" translatable="yes" context="textcolumnstabpage|labelColSpacing">_Spacing:</property>
52 <property name="use-underline">True</property>
53 <property name="mnemonic-widget">MTR_FLD_COL_SPACING</property>
54 <property name="xalign">0</property>
55 </object>
56 <packing>
57 <property name="left-attach">0</property>
58 <property name="top-attach">1</property>
59 </packing>
60 </child>
61 <child>
62 <object class="GtkSpinButton" id="FLD_COL_NUMBER">
63 <property name="visible">True</property>
64 <property name="can-focus">True</property>
65 <property name="activates-default">True</property>
66 <property name="truncate-multiline">True</property>
67 <property name="adjustment">adjustmentColNumber</property>
68 <property name="value">1</property>
69 <child internal-child="accessible">
70 <object class="AtkObject" id="FLD_COL_NUMBER-atkobject">
71 <property name="AtkObject::accessible-description" translatable="yes" context="textcolumnstabpage|extended_tip|FLD_COL_NUMBER">Enter the number of columns to use for the text.</property>
72 </object>
73 </child>
74 </object>
75 <packing>
76 <property name="left-attach">1</property>
77 <property name="top-attach">0</property>
78 </packing>
79 </child>
80 <child>
81 <object class="GtkSpinButton" id="MTR_FLD_COL_SPACING">
82 <property name="visible">True</property>
83 <property name="can-focus">True</property>
84 <property name="activates-default">True</property>
85 <property name="truncate-multiline">True</property>
86 <property name="adjustment">adjustmentColSpacing</property>
87 <property name="digits">2</property>
88 <child internal-child="accessible">
89 <object class="AtkObject" id="MTR_FLD_COL_SPACING-atkobject">
90 <property name="AtkObject::accessible-description" translatable="yes" context="textcolumnstabpage|extended_tip|MTR_FLD_COL_SPACING">Enter the amount of space to leave between the columns.</property>
91 </object>
92 </child>
93 </object>
94 <packing>
95 <property name="left-attach">1</property>
96 <property name="top-attach">1</property>
97 </packing>
98 </child>
99 </object>
100 <packing>
101 <property name="expand">False</property>
102 <property name="fill">True</property>
103 <property name="position">0</property>
104 </packing>
105 </child>
106 <child internal-child="accessible">
107 <object class="AtkObject" id="TextColumnsPage-atkobject">
108 <property name="AtkObject::accessible-description" translatable="yes" context="textcolumnstabpage|extended_tip|TextColumnsPage">Sets the columns’ layout properties for text in the selected drawing or text object.</property>
109 </object>
110 </child>
111 </object>
112 </interface>