summaryrefslogtreecommitdiff
path: root/instsetoo_native
diff options
context:
space:
mode:
authorheiko tietze <tietze.heiko@gmail.com>2017-11-22 19:05:29 +0100
committerHeiko Tietze <tietze.heiko@googlemail.com>2017-11-23 16:08:51 +0100
commite27e6720ac1f7bb1e44872a7fd3cca5f3340b16a (patch)
tree9b8ab28fe89f11a2f72f58111ff4d68f78096bb4 /instsetoo_native
parent2923cb0b5b757a764e285d7295f4e78b8494c5c8 (diff)
tdf#90794 Position of progress bar on high res screens
Introduced two new consts Change-Id: I15e01eabe9fd3225c36d06cbb59310a07a30f2c1 Reviewed-on: https://gerrit.libreoffice.org/45105 Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com> Tested-by: Heiko Tietze <tietze.heiko@googlemail.com>
Diffstat (limited to 'instsetoo_native')
-rw-r--r--instsetoo_native/CustomTarget_setup.mk2
-rw-r--r--instsetoo_native/util/openoffice.lst.in2
2 files changed, 4 insertions, 0 deletions
diff --git a/instsetoo_native/CustomTarget_setup.mk b/instsetoo_native/CustomTarget_setup.mk
index ee90c17c31c0..95de9f7202fa 100644
--- a/instsetoo_native/CustomTarget_setup.mk
+++ b/instsetoo_native/CustomTarget_setup.mk
@@ -126,6 +126,8 @@ $(call gb_CustomTarget_get_workdir,instsetoo_native/setup)/$(call gb_Helper_get_
&& echo 'ProgressFrameColor=102,102,102' \
&& echo 'ProgressPosition=35,153' \
&& echo 'ProgressSize=444,8' \
+ && echo 'ProgressPositionHigh=46,212' \
+ && echo 'ProgressSizeHigh=617,12' \
&& echo 'ProgressTextBaseline=145' \
&& echo 'ProgressTextColor=255,255,255' \
&& echo 'SecureUserConfig=true' \
diff --git a/instsetoo_native/util/openoffice.lst.in b/instsetoo_native/util/openoffice.lst.in
index 442cfca66c54..24bb9761f7f0 100644
--- a/instsetoo_native/util/openoffice.lst.in
+++ b/instsetoo_native/util/openoffice.lst.in
@@ -17,7 +17,9 @@ Globals
SOLSUREPACKAGEPREFIX libreoffice
PROGRESSBARCOLOR 0,0,0
PROGRESSSIZE 444,8
+ PROGRESSSIZEHIGH 617,12
PROGRESSPOSITION 35,153
+ PROGRESSPOSITIONHIGH 46,212
PROGRESSFRAMECOLOR 102,102,102
PROGRESSTEXTBASELINE 145
PROGRESSTEXTCOLOR 255,255,255