summaryrefslogtreecommitdiff
path: root/freefilesync/ffs_distro_fedora.patch
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2023-02-25 13:21:45 +0000
committerB. Stack <bgstack15@gmail.com>2023-02-25 13:21:45 +0000
commitef6260e9dfabc92fb008b59d2c2a09cd49880e07 (patch)
tree4982d5e9fb7f9ce024a2ad4b7edd621d04d75ce8 /freefilesync/ffs_distro_fedora.patch
parentMerge branch 'scite-bump' into 'master' (diff)
parentffs rpm libcurl version for 38, rawhide (diff)
downloadstackrpms-ef6260e9dfabc92fb008b59d2c2a09cd49880e07.tar.gz
stackrpms-ef6260e9dfabc92fb008b59d2c2a09cd49880e07.tar.bz2
stackrpms-ef6260e9dfabc92fb008b59d2c2a09cd49880e07.zip
Merge branch 'freefilesync-bump' into 'master'
Freefilesync 12.1 See merge request bgstack15/stackrpms!340
Diffstat (limited to 'freefilesync/ffs_distro_fedora.patch')
-rw-r--r--freefilesync/ffs_distro_fedora.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/freefilesync/ffs_distro_fedora.patch b/freefilesync/ffs_distro_fedora.patch
index 78502ab..6a49f21 100644
--- a/freefilesync/ffs_distro_fedora.patch
+++ b/freefilesync/ffs_distro_fedora.patch
@@ -99,12 +99,12 @@ Message: some random sloppiness with a missing graphical asset. It's not importa
//--------------------------------------------------------------------------
//have animal + text match *final* dialog width
-@@ -152,7 +152,7 @@
- const int imageWidth = (m_panelDonate->GetSize().GetWidth() - 5 - 5 /* grey border*/) / 2;
- const int textWidth = m_panelDonate->GetSize().GetWidth() - 5 - 5 - imageWidth;
+@@ -152,8 +154,6 @@
+ const int imageWidth = (m_panelDonate->GetSize().GetWidth() - 5 - 5 - 5 /* grey border*/) / 2;
+ const int textWidth = m_panelDonate->GetSize().GetWidth() - 5 - 5 - 5 - imageWidth;
- setImage(*m_bitmapAnimalSmall, shrinkImage(animalImg, imageWidth, -1 /*maxHeight*/));
-+ //setImage(*m_bitmapAnimalSmall, shrinkImage(animalImg, imageWidth, -1 /*maxHeight*/));
-
+-
m_staticTextDonate->Show();
m_staticTextDonate->Wrap(textWidth - 10 /*left gap*/); //wrap *after* changing font size
+ }
bgstack15