diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-08-26 17:37:35 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-08-27 10:16:19 +0200 |
commit | 4895f9de44713fdc574342e5b2993b9829cddb41 (patch) | |
tree | 6504ac653685d0a0226f827cd1aae1e8240937ae /dbaccess | |
parent | 3636972c4ef6135ffa8de7c94412b9cdcbaaf169 (diff) |
use monoborder widget css name as a WindowBorderStyle::MONO replacement
Change-Id: I563f917c741130909a9d726754cd3eb23a651a11
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101429
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/uiconfig/ui/detailwindow.ui | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dbaccess/uiconfig/ui/detailwindow.ui b/dbaccess/uiconfig/ui/detailwindow.ui index 36955532cf0c..19bf1e23361b 100644 --- a/dbaccess/uiconfig/ui/detailwindow.ui +++ b/dbaccess/uiconfig/ui/detailwindow.ui @@ -63,6 +63,7 @@ <property name="row_spacing">6</property> <child> <object class="GtkScrolledWindow"> + <property name="name">monoborder</property> <property name="visible">True</property> <property name="can_focus">False</property> <property name="hexpand">True</property> |