summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-06-24 10:00:33 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-06-24 10:05:24 +0100
commit46de7b7dbe0092c1a169c865edf2eb46913124cf (patch)
tree66732a51a8e57ffe5510b96a9fb19dc6488831d0 /cui
parent1579fc7930971e76ed36428d83652401aaa15879 (diff)
tweak sizes
Change-Id: Ica7275696b3f7e59d0db5d27811905710dce32e1
Diffstat (limited to 'cui')
-rw-r--r--cui/source/dialogs/hldocntp.cxx1
-rw-r--r--cui/uiconfig/ui/hyperlinkdocpage.ui11
-rw-r--r--cui/uiconfig/ui/hyperlinkinternetpage.ui10
-rw-r--r--cui/uiconfig/ui/hyperlinkmailpage.ui9
-rw-r--r--cui/uiconfig/ui/hyperlinknewdocpage.ui13
5 files changed, 44 insertions, 0 deletions
diff --git a/cui/source/dialogs/hldocntp.cxx b/cui/source/dialogs/hldocntp.cxx
index 39bc47b4cd10..b9ed4cad71d4 100644
--- a/cui/source/dialogs/hldocntp.cxx
+++ b/cui/source/dialogs/hldocntp.cxx
@@ -108,6 +108,7 @@ SvxHyperlinkNewDocTp::SvxHyperlinkNewDocTp ( Window *pParent, IconChoiceDialog*
get(m_pBtCreate, "create");
m_pBtCreate->SetModeImage(Image(CUI_RES(RID_SVXBMP_NEWDOC)));
get(m_pLbDocTypes, "types");
+ m_pLbDocTypes->set_height_request(m_pLbDocTypes->GetTextHeight() * 5);
// Set HC bitmaps and disable display of bitmap names.
m_pBtCreate->EnableTextDisplay (false);
diff --git a/cui/uiconfig/ui/hyperlinkdocpage.ui b/cui/uiconfig/ui/hyperlinkdocpage.ui
index c3b3678598e3..f1bc48d76aa5 100644
--- a/cui/uiconfig/ui/hyperlinkdocpage.ui
+++ b/cui/uiconfig/ui/hyperlinkdocpage.ui
@@ -509,4 +509,15 @@
</packing>
</child>
</object>
+ <object class="GtkSizeGroup" id="sizegroup1">
+ <widgets>
+ <widget name="path_label"/>
+ <widget name="subject_label"/>
+ <widget name="target_label"/>
+ <widget name="url_label"/>
+ <widget name="frame_label"/>
+ <widget name="indication_label"/>
+ <widget name="name_label"/>
+ </widgets>
+ </object>
</interface>
diff --git a/cui/uiconfig/ui/hyperlinkinternetpage.ui b/cui/uiconfig/ui/hyperlinkinternetpage.ui
index 536fd2f3e817..8e501ffc4178 100644
--- a/cui/uiconfig/ui/hyperlinkinternetpage.ui
+++ b/cui/uiconfig/ui/hyperlinkinternetpage.ui
@@ -447,4 +447,14 @@
</packing>
</child>
</object>
+ <object class="GtkSizeGroup" id="sizegroup1">
+ <widgets>
+ <widget name="target_label"/>
+ <widget name="login_label"/>
+ <widget name="password_label"/>
+ <widget name="frame_label"/>
+ <widget name="indication_label"/>
+ <widget name="name_label"/>
+ </widgets>
+ </object>
</interface>
diff --git a/cui/uiconfig/ui/hyperlinkmailpage.ui b/cui/uiconfig/ui/hyperlinkmailpage.ui
index f8b672ad4376..211db0273e99 100644
--- a/cui/uiconfig/ui/hyperlinkmailpage.ui
+++ b/cui/uiconfig/ui/hyperlinkmailpage.ui
@@ -390,4 +390,13 @@
</packing>
</child>
</object>
+ <object class="GtkSizeGroup" id="sizegroup1">
+ <widgets>
+ <widget name="receiver_label"/>
+ <widget name="subject_label"/>
+ <widget name="frame_label"/>
+ <widget name="indication_label"/>
+ <widget name="name_label"/>
+ </widgets>
+ </object>
</interface>
diff --git a/cui/uiconfig/ui/hyperlinknewdocpage.ui b/cui/uiconfig/ui/hyperlinknewdocpage.ui
index 2d2933a11ca5..35ec7df9f5f1 100644
--- a/cui/uiconfig/ui/hyperlinknewdocpage.ui
+++ b/cui/uiconfig/ui/hyperlinknewdocpage.ui
@@ -14,12 +14,14 @@
<object class="GtkFrame" id="frame1">
<property name="visible">True</property>
<property name="can_focus">False</property>
+ <property name="vexpand">True</property>
<property name="label_xalign">0</property>
<property name="shadow_type">none</property>
<child>
<object class="GtkAlignment" id="alignment2">
<property name="visible">True</property>
<property name="can_focus">False</property>
+ <property name="vexpand">True</property>
<property name="top_padding">6</property>
<property name="left_padding">12</property>
<child>
@@ -137,6 +139,7 @@
<property name="can_focus">False</property>
<property name="halign">start</property>
<property name="xalign">0</property>
+ <property name="yalign">0</property>
<property name="ypad">1</property>
<property name="label" translatable="yes">File _type</property>
<property name="use_underline">True</property>
@@ -153,6 +156,7 @@
<object class="GtkTreeView" id="types:border">
<property name="visible">True</property>
<property name="can_focus">True</property>
+ <property name="vexpand">True</property>
<child internal-child="selection">
<object class="GtkTreeSelection" id="treeview-selection1"/>
</child>
@@ -390,4 +394,13 @@
</packing>
</child>
</object>
+ <object class="GtkSizeGroup" id="sizegroup1">
+ <widgets>
+ <widget name="file_label"/>
+ <widget name="types_label"/>
+ <widget name="frame_label"/>
+ <widget name="indication_label"/>
+ <widget name="name_label"/>
+ </widgets>
+ </object>
</interface>