diff options
author | andreas kainz <kainz.a@gmail.com> | 2020-08-24 15:42:10 +0200 |
---|---|---|
committer | Andreas Kainz <kainz.a@gmail.com> | 2020-08-24 20:15:18 +0200 |
commit | e050ad6a1ac6f16721c4c174c3abb0caa584252d (patch) | |
tree | da65daf9d45881512970b902b66b9b4051536ae6 /svx | |
parent | 5e8875780d665b7ae0fee1a053b5ce78ec513f69 (diff) |
Sidebar: update Area fill be align with Transparancy:
Change-Id: Ied50f9f478aea916f728330be2a4111ee2d19153
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101278
Tested-by: Jenkins
Reviewed-by: Andreas Kainz <kainz.a@gmail.com>
Diffstat (limited to 'svx')
-rw-r--r-- | svx/uiconfig/ui/sidebararea.ui | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/svx/uiconfig/ui/sidebararea.ui b/svx/uiconfig/ui/sidebararea.ui index feae68d20fa1..195fccb03a30 100644 --- a/svx/uiconfig/ui/sidebararea.ui +++ b/svx/uiconfig/ui/sidebararea.ui @@ -32,6 +32,7 @@ <object class="GtkGrid" id="AreaPropertyPanel"> <property name="visible">True</property> <property name="can_focus">False</property> + <property name="hexpand">True</property> <child> <object class="GtkGrid" id="grid1"> <property name="visible">True</property> @@ -214,9 +215,6 @@ </child> <child> <object class="GtkCellRendererPixbuf" id="cellrenderertext4"/> - <attributes> - <attribute name="surface">3</attribute> - </attributes> </child> <child internal-child="accessible"> <object class="AtkObject" id="fillattrhb-atkobject"> @@ -260,7 +258,6 @@ <object class="GtkSpinButton" id="gradangle"> <property name="can_focus">True</property> <property name="tooltip_text" translatable="yes" context="sidebararea|gradangle|tooltip_text">Select the gradient angle.</property> - <property name="hexpand">True</property> <property name="adjustment">adjustment2</property> <child internal-child="accessible"> <object class="AtkObject" id="gradangle-atkobject"> @@ -335,7 +332,6 @@ <object class="GtkToolbar" id="selectgradient"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="halign">start</property> <property name="toolbar_style">icons</property> <property name="show_arrow">False</property> <property name="icon_size">2</property> @@ -347,7 +343,7 @@ <property name="use_underline">True</property> </object> <packing> - <property name="expand">False</property> + <property name="expand">True</property> <property name="homogeneous">False</property> </packing> </child> |