Kaydet (Commit) 3ac60abd authored tarafından Susobhan Ghosh's avatar Susobhan Ghosh Kaydeden (comit) Yousuf Philips

tdf#83830: Limit width of color/gradient listbox to 150px

Change-Id: I997605edb0ec85f5e68a0b2968533cea278710eb
Reviewed-on: https://gerrit.libreoffice.org/28224Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarYousuf Philips <philipz85@hotmail.com>
üst 9f8d23d3
......@@ -146,6 +146,7 @@
</child>
<child>
<object class="svxlo-SvxFillAttrBox" id="lbhatching">
<property name="width_request">150</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
</object>
......@@ -158,6 +159,7 @@
</child>
<child>
<object class="svxlo-SvxFillAttrBox" id="lbbitmap">
<property name="width_request">150</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
</object>
......@@ -170,6 +172,7 @@
</child>
<child>
<object class="svxlo-ColorLB" id="lbcolor">
<property name="width_request">150</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
</object>
......@@ -182,6 +185,7 @@
</child>
<child>
<object class="svxlo-ColorLB" id="lbgradient">
<property name="width_request">150</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
</object>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment