[Libreoffice] [PATCH] Bug 33794 - The Open... button of the initial screen needs more room for localization fdo#33794

2012-01-13 Thread Tomcsik Bence Tibor
Hi, Bug 33794 solved. I confirm that this and all my future contributions are under MPL/LGPLv3+ licenses. Bence Tomcsik From 5dacbe2539f17dd23e78caada8264a062d8dfa41 Mon Sep 17 00:00:00 2001 From: Tomcsik Bence tomcsikbe...@gmail.com Date: Fri, 13 Jan 2012 14:50:06 +0100 Subject: [PATCH] The

Re: [Libreoffice] [PATCH] Bug 33794 - The Open... button of the initial screen needs more room for localization fdo#33794

2012-01-13 Thread Ivan Timofeev
Hello, 13.01.2012 18:15, Tomcsik Bence Tibor пишет: Hi, Bug 33794 solved. IMHO it's better to pass some additional parameter to the layoutButton function ( e.g. int i_nExtraWidth = 0 ) and change: nTextWidth += maButtonImageSize.Width() + 8; // add some fuzz to be on the safe side

[Libreoffice] [PATCH] Bug 33794 - The Open... button of the initial screen needs more room for localization fdo#33794

2012-01-13 Thread Tomcsik Bence Tibor
Hello! 2012/1/13 Ivan Timofeev timofeev@gmail.com Hello, 13.01.2012 18:15, Tomcsik Bence Tibor пишет: Hi, Bug 33794 solved. IMHO it's better to pass some additional parameter to the layoutButton function ( e.g. int i_nExtraWidth = 0 ) and change: nTextWidth +=