mirror of
https://github.com/greenshot/greenshot
synced 2025-08-14 18:57:28 -07:00
* Bug #3585393: resize issues with some the plugin configuration dialogs.
* Not reported: Flickr configuration for the Family, Friend & Public wasn't stored. git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2259 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
b3c5eb67fd
commit
929363202b
6 changed files with 10 additions and 5 deletions
|
@ -4,7 +4,7 @@
|
|||
xmlns:gscp="clr-namespace:GreenshotConfluencePlugin"
|
||||
xmlns:l="clr-namespace:TranslationByMarkupExtension"
|
||||
xmlns:gsc="clr-namespace:GreenshotPlugin.Core;assembly=GreenshotPlugin"
|
||||
Title="{l:Translate plugin_settings}" SizeToContent="WidthAndHeight" Icon="/GreenshotConfluencePlugin;component/Images/Confluence.ico">
|
||||
Title="{l:Translate plugin_settings}" SizeToContent="WidthAndHeight" ResizeMode="NoResize" Icon="/GreenshotConfluencePlugin;component/Images/Confluence.ico">
|
||||
<Window.Resources>
|
||||
<gscp:EnumDisplayer Type="{x:Type gsc:OutputFormat}" x:Key="outputFormats"/>
|
||||
</Window.Resources>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue