From 197bb6820c39f32af032796b8f195e4fe71abe47 Mon Sep 17 00:00:00 2001 From: Kamaz25 Date: Wed, 4 Sep 2024 13:16:46 +0200 Subject: [PATCH] =?UTF-8?q?[nowo=C5=9B=C4=87]=20PolaMap=20Lite=20-=20Raste?= =?UTF-8?q?r=20-=20dostosowanie=20rozmiaru=20kafelka?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ribbon_config.py | 2 +- utils.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ribbon_config.py b/ribbon_config.py index 56688aa..af83f38 100644 --- a/ribbon_config.py +++ b/ribbon_config.py @@ -353,7 +353,7 @@ { 'label': tr('Raster'), 'id': 'Raster', - 'btn_size': 60, + 'btn_size': 30, 'btns': [ ['mActionShowRasterCalculator', 0, 0], ['mActionShowGeoreferencer', 0, 1], diff --git a/utils.py b/utils.py index 593f277..6d51657 100644 --- a/utils.py +++ b/utils.py @@ -623,7 +623,7 @@ def paint(self, painter, option, index): { 'label': tr('Raster'), 'id': 'Raster', - 'btn_size': 60, + 'btn_size': 30, 'btns': [ ['mActionShowRasterCalculator', 0, 0], ['mActionShowGeoreferencer', 0, 1],