From f70fe6e651eefbc69c434256f7e74ad53519a36c Mon Sep 17 00:00:00 2001 From: David Tardon Date: Tue, 15 May 2012 10:10:18 +0200 Subject: fdo#49921 make sure all tab pages have the same dimensions The reason is that they can be combined arbitrarily in dialogs, so changing, e.g., height of one tab can lead to "interesting" results. Cf. commits 8631dbf85fb5ed56d225e32ea5a9c36c96b0d649 and 29042d096a2c5812ae179e1553367afd21b0f71e that were the cause of the problem described fdo#49921. Change-Id: I9995002a2bd5c3604bdfa06dc817916ce61c558d --- sw/source/ui/misc/pggrid.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/source/ui/misc/pggrid.src') diff --git a/sw/source/ui/misc/pggrid.src b/sw/source/ui/misc/pggrid.src index 6d8fbc0ecc8e..2b3a551bf04c 100644 --- a/sw/source/ui/misc/pggrid.src +++ b/sw/source/ui/misc/pggrid.src @@ -31,7 +31,7 @@ TabPage TP_TEXTGRID_PAGE { HelpID = HID_TEXTGRID_PAGE; Pos = MAP_APPFONT ( 0 , 0 ) ; - Size = MAP_APPFONT ( 260 , 185 ) ; + Size = MAP_APPFONT ( TP_WIDTH , TP_HEIGHT ) ; Hide = TRUE; FixedLine FL_GRID_TYPE { -- cgit otropia/zeta-7-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/scp2
AgeCommit message (Expand)Author
2017-04-27sdbcl is goneCaolán McNamara
2017-04-27remove wizards bitmaps from .src filesCaolán McNamara
2017-04-26remove extensions bitmaps from .src filesCaolán McNamara
2017-04-25tdf#106359: register text/x-ms-iqy MediaType default extensionMike Kaganski
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky
2017-04-14remove the old collaboration feature based on telepathyMarkus Mohrhard
2017-04-06tdf#106359: register .iqy in MSI and treat them as templatesMike Kaganski
2017-03-19scp2: Removed unused Directory itemsStephan Bergmann
2017-03-16Remove extra spaceStephan Bergmann
2017-03-16Revert "Don't package unoinfo in case of Mac OS X like app structure"Stephan Bergmann
2017-03-14No need for --disable-activex and --disable-atl any longerTor Lillqvist
2017-03-06Remove one more MinGW leftoverStephan Bergmann
2017-02-15Support MSVC 15.0David Ostrovsky
2017-02-13AutoInstall oox filter data packages to ooo moduleMatúš Kukan