diff options
author | Akshay Deep <akshaydeepiitr@gmail.com> | 2017-07-26 11:30:35 +0530 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2017-07-28 12:24:57 +0200 |
commit | 43d65d1ab81a278e1352f64def9ca63b9e7dfab9 (patch) | |
tree | 2a335cc315d1f18891cf33f3d4fae4d0a4e9a0b4 /cui/uiconfig | |
parent | 192d97cdf091af08a492416824918ea447bfb16f (diff) |
Unicode Character Names Integration using ICU
Change-Id: I0624690f8af05adb2466219a4e508e634c490ef1
Reviewed-on: https://gerrit.libreoffice.org/40436
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'cui/uiconfig')
-rw-r--r-- | cui/uiconfig/ui/specialcharacters.ui | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/cui/uiconfig/ui/specialcharacters.ui b/cui/uiconfig/ui/specialcharacters.ui index 967411134d3f..15104d2f27b0 100644 --- a/cui/uiconfig/ui/specialcharacters.ui +++ b/cui/uiconfig/ui/specialcharacters.ui @@ -160,6 +160,7 @@ <property name="can_focus">False</property> <property name="hexpand">True</property> <property name="vexpand">True</property> + <property name="row_spacing">6</property> <child> <object class="cuilo-SvxShowText" id="showchar"> <property name="width_request">80</property> @@ -178,6 +179,7 @@ <object class="GtkGrid" id="grid4"> <property name="visible">True</property> <property name="can_focus">False</property> + <property name="halign">center</property> <property name="row_spacing">3</property> <property name="column_spacing">6</property> <property name="row_homogeneous">True</property> @@ -275,6 +277,20 @@ </object> <packing> <property name="left_attach">0</property> + <property name="top_attach">2</property> + </packing> + </child> + <child> + <object class="GtkTextView" id="charname"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="editable">False</property> + <property name="wrap_mode">word</property> + <property name="justification">center</property> + <property name="cursor_visible">False</property> + </object> + <packing> + <property name="left_attach">0</property> <property name="top_attach">1</property> </packing> </child> |